Re: Automate download/upload of only new files
To upload only files modified in the last 5 hours, and which are not present in the remote directory yet, use:
See also https://winscp.net/eng/docs/faq_script_modified_files
put -neweronly -filemask=*>5H C:\ats\vendor\vendor.edi /home/data/ats/vendor/vendor.edi
See also https://winscp.net/eng/docs/faq_script_modified_files