initial checkin of TclCurl
This commit is contained in:
8
tests/upload.tcl
Executable file
8
tests/upload.tcl
Executable file
@ -0,0 +1,8 @@
|
||||
package require TclCurl
|
||||
|
||||
|
||||
curl::transfer -url ftp://andres:ciclope4@127.0.01/cosa.tcl \
|
||||
-infilesize [file size writeProc.tcl] -infile writeProc.tcl -upload 1 \
|
||||
-verbose 1
|
||||
|
||||
|
Reference in New Issue
Block a user