Uploading a single file

A single file upload involves so few commands that it is enough to provide them on the command line, saving writing a script file:

winscp.com /command "open sftp://user:password@example.com/" "put examplefile.txt /home/user/" "exit"

However you may want to use a script file anyway, so you can later expand it:

open sftp://user:password@example.com/
put examplefile.txt /home/user/
exit

Advertisement

To run the script use following command (providing you have saved the script to file example.txt):

winscp.com /script=example.txt

Further Reading

Last modified: by martin