Re: Inquiry re: automated file synchronization
In general WinSCP can do this.
You can start here:
https://winscp.net/eng/docs/guide_automation
Note while WinSCP can resume interrupted file transfers, it cannot resume script at any point (like when the connection gets lost during login). So it may, although rarely happen, that the script does not resume when you loose connection.
Though you can always re-run the script, when it fails. You can detect that by WinSCP exit code:
https://winscp.net/eng/docs/guide_automation#results
https://winscp.net/eng/docs/script_retry
You can start here:
https://winscp.net/eng/docs/guide_automation
Note while WinSCP can resume interrupted file transfers, it cannot resume script at any point (like when the connection gets lost during login). So it may, although rarely happen, that the script does not resume when you loose connection.
Though you can always re-run the script, when it fails. You can detect that by WinSCP exit code:
https://winscp.net/eng/docs/guide_automation#results
https://winscp.net/eng/docs/script_retry