Re: [Request] Scripting FTP with WinSCP
Please start here:
https://winscp.net/eng/docs/guide_automation
The command to upload files and delete them once they are successfully uploaded is:
https://winscp.net/eng/docs/scriptcommand_put
https://winscp.net/eng/docs/guide_automation
The command to upload files and delete them once they are successfully uploaded is:
put -delete "c:\local\path\*" "/remote/path/"
https://winscp.net/eng/docs/scriptcommand_put