Re: Wget URL after File Upload
The
So you have to put them to a separate line in the batch-file, not on WinSCP command-line:
wget
and start
are Windows commands/programs. These are not WinSCP commands.
So you have to put them to a separate line in the batch-file, not on WinSCP command-line:
winscp.com /command ^
"open sftp://user:password@example.com/ -hostkey=""ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx""" ^
"cd /Change/Folder/" ^
"put C:\Users\VanLuda\Desktop\Upload.csv" ^
"exit"
wget https://www.example.com/