Re: Using sync to download new files only
As you have already realized, you have to create the synchronization script dynamically with the file mask with time constraint.
What you can do is dynamically generate the script for the next run as the end of the synchronization using the current timestamp.
See also
https://winscp.net/eng/docs/faq_script_modified_files#no_old_files
https://winscp.net/eng/docs/script_download_timestamped_filename#scripting
What you can do is dynamically generate the script for the next run as the end of the synchronization using the current timestamp.
See also
https://winscp.net/eng/docs/faq_script_modified_files#no_old_files
https://winscp.net/eng/docs/script_download_timestamped_filename#scripting