]> git.sven.stormbind.net Git - sven/tclcurl.git/blobdiff - tests/noProgress.tcl
Imported Upstream version 7.19.6
[sven/tclcurl.git] / tests / noProgress.tcl
diff --git a/tests/noProgress.tcl b/tests/noProgress.tcl
new file mode 100755 (executable)
index 0000000..f89d687
--- /dev/null
@@ -0,0 +1,12 @@
+package require TclCurl
+
+# The default is not to show the progress meter.
+
+curl::transfer -url 127.0.0.1 -noprogress 1
+
+
+
+
+
+
+