]> git.sven.stormbind.net Git - sven/tclcurl.git/blobdiff - tests/proxyPort.tcl
Imported Upstream version 7.19.6
[sven/tclcurl.git] / tests / proxyPort.tcl
diff --git a/tests/proxyPort.tcl b/tests/proxyPort.tcl
new file mode 100755 (executable)
index 0000000..c777c95
--- /dev/null
@@ -0,0 +1,12 @@
+package require TclCurl
+
+curl::transfer -url http://curl.haxx.com -verbose 1    \
+        -proxy 192.168.0.0 -proxyport 8080
+
+
+
+
+
+
+
+