Hello!
I use psftp to sync directories on a linux box to my windows server (connection is initiated by the windows server). I use the "get -r /dir" command to get the files and directories recursively.
Is there any chance to get only the changed/new files so that existing files are not overwritten?
Thx, Tobias