Re: Keepuptodate script - copy files to .zip - possible?
No. You would have to code this with using of WinSCP .NET assembly (and some language like PowerShell).
For example see:
https://winscp.net/eng/docs/library_example_keep_local_directory_up_to_date
Though with local files, you can use
https://stackoverflow.com/q/29066742/850848
For example see:
https://winscp.net/eng/docs/library_example_keep_local_directory_up_to_date
Though with local files, you can use
FileSystemWatcher
instead of polling the folder for changes:
https://stackoverflow.com/q/29066742/850848