Re: How to keep Sync both alive even after synced
Remote to local synchronization cannot work, as there's no way the server can notify WinSCP about a new file.
All you can do is to script a frequent synchronization in a loop.
There's actually an official WinSCP extension for "Remote to local synchronization" that does exactly that:
https://winscp.net/eng/docs/library_example_keep_local_directory_up_to_date
You can easily modify it to do "both" synchronization.
All you can do is to script a frequent synchronization in a loop.
There's actually an official WinSCP extension for "Remote to local synchronization" that does exactly that:
https://winscp.net/eng/docs/library_example_keep_local_directory_up_to_date
You can easily modify it to do "both" synchronization.