X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=tests%2FformGet.tcl;fp=tests%2FformGet.tcl;h=9b74b02493cf75edf6f387fc9d9fc7a23ba9ae1f;hb=b0e6fb6e4379fb87fa2854b84a56c5ad49c644da;hp=0000000000000000000000000000000000000000;hpb=c9a5bcd9d76f699909b24e71a2a216d36062ab0b;p=sven%2Ftclcurl.git

diff --git a/tests/formGet.tcl b/tests/formGet.tcl
new file mode 100755
index 0000000..9b74b02
--- /dev/null
+++ b/tests/formGet.tcl
@@ -0,0 +1,13 @@
+package require TclCurl
+
+curl::transfer -url "http://www.google.com/search?q=TclCurl&hl=en&btnG=Google+Search+&lr=" \
+        -file tclcurl.html -cookiejar [file join [file dirname [info script]] cookieJar.txt]
+puts "Transfer saved in 'tclcurl.html'"
+puts "Cookies en el fichero: [file join [file dirname [info script]] cookieJar.txt]"
+
+
+
+
+
+
+