13 lines
126 B
Tcl
13 lines
126 B
Tcl
|
package require TclCurl
|
||
|
|
||
|
# The default is not to show the progress meter.
|
||
|
|
||
|
curl::transfer -url 127.0.0.1 -noprogress 1
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|