So I used WinSCP to Keep a Remote Directory Up-to-Date
Mononofu reminded me I hadn’t talked about how to keep remote directories in sync. This is the windows version. For a Linux version, see my post on sshfs.
So, to work on files locally on Windows, but have them automatically copied to a remote directory, use WinSCP.
- Download WinSCP 4.17 and install it
- Run WinSCP
- Enter info to connect to the remote host (like your iphone)

- On your first connect, WinSCP won’t recognize the key of the remote system, so just accept it. If you see this prompt later, it either means your remote system got a new key (e.g., reflashed the phone and re-jailbroke it), or somebody could be trying to intercept your communications.

- Change directories to the local and remote directories you want to keep synced.

- Choose Commands | Keep Remote Directory up to Date (Ctrl-U).

- Choose options for synchronization, and do a full synchronization to get things started.

- Make changes to the files on your local machine.

- WinSCP notices the changes and pushes them to the remote machine.

- The directories are kept in sync.


So I Found a Windows SSHFS Said,
March 20, 2009 @ 12:12 am
[...] beats the WinSCP periodic update model for my use cases - however, it does mean that saving files can be slow, [...]
Kamil Grabowski Said,
February 27, 2010 @ 1:57 am
Hello,
Do you try rsync? Rsync is faster than WinSCP (scp) - especially when you have a huge number of files.
So I use rsync to keep a remote directory up to date Said,
March 1, 2010 @ 10:57 am
[...] an older post about WinSCP Kamil Grabowski asked if I’d used rsync to keep remote files in [...]