]> git.sven.stormbind.net Git - sven/tclcurl.git/blobdiff - tests/a.tcl~
Imported Upstream version 7.19.6
[sven/tclcurl.git] / tests / a.tcl~
diff --git a/tests/a.tcl~ b/tests/a.tcl~
new file mode 100644 (file)
index 0000000..2bc63fb
--- /dev/null
@@ -0,0 +1,13 @@
+package require TclCurl
+
+set curlHandle [curl::init]
+
+$curlHandle configure -url "http://127.0.0.1" -ftpssl 1 -protocols [list http https ftp]
+
+$curlHandle cleanup
+
+
+
+
+
+