6
1
Other than WinSCP, is there a program that can do an SFTP file synchronization of folders in Windows? I'd like to find a simple way to add directories to be backed up to my SFTP server. I'd like to run it as a scheduled task each night.
I am able to do this with WinSCP, but since my scripting is horrible, I have about 10 configuration files for each transfer and adding new ones is a paid in the neck.
Do you have
– wingedsubmariner – 2013-11-27T05:10:34.223rsync
on the server (many Linux servers do)? If so, try using something like this. It's likely to be considerably faster and possibly easier to setup.Yes, I've tried it but it has a 260 or so character limit and this causes major issues. It's hard for me to believe that people rely on this program when it has such an obvious limitation. You just can't trust it. – user277244 – 2013-11-27T06:25:27.017