1 package require TclCurl
3 puts "nobody==1 --- header==1"
4 curl::transfer -url "ftp://127.0.0.1/pub/indust2.gif" -nobody 1 -header 1
6 puts "nobody==0 --- header ignored"
7 curl::transfer -url "ftp://127.0.0.1/pub/indust2.gif" -nobody 0 \
10 puts "nobody==1 --- HEADERS==0"
11 curl::transfer -url "ftp://127.0.0.1/pub/indust2.gif" -nobody 1 \
12 -header 0 -postquote [list "mkdir nada"]