Re: Upload to FTP then delete local file?
In WinSCP scripting, you can use
https://winscp.net/eng/docs/guide_automation
https://winscp.net/eng/docs/scriptcommand_put
put -delete c:\local\path\* /remote/path/
https://winscp.net/eng/docs/guide_automation
https://winscp.net/eng/docs/scriptcommand_put