Re: Keep remote-Folder up to date
WinSCP does not have such function.
But it's not that difficult to write such functionality using e.g. PowerShell using
Also hinted here:
https://winscp.net/eng/docs/scriptcommand_keepuptodate#net
But it's advanced enough for someone, who does not do coding regularly.
But it's not that difficult to write such functionality using e.g. PowerShell using
FileSystemWatcher
, which would open new connection and do the upload (using WinSCP .NET assembly) on a file change.
Also hinted here:
https://winscp.net/eng/docs/scriptcommand_keepuptodate#net
But it's advanced enough for someone, who does not do coding regularly.