Does anyone know of a good open source FTP client for Windows that allows for scheduled synchronizing? I'm needing something also very....very... user friendly.

link|improve this question
feedback

4 Answers

up vote 4 down vote accepted

For windows I like WinSCP, though I haven't tried its synchronization feature.

link|improve this answer
feedback

I'd recommend rsync over ssh. Can't say it's that user-friendly though, but if it's going to be scheduled anyway, does it need to be that user friendly or could you build some minimal UIs on top of it to make it easier?

link|improve this answer
Unfortunately I think it will need to have some sort of UI. This also needs to be able to run on Windows. I want the user to be able to run a sync as well as for it to be able to run on a schedule. – CodeRot Sep 17 '08 at 14:04
feedback

There are a couple of more options. Currently we use SyncBackSE (Not OS) although there is a more limited Freeware version SyncBack. These are both very good for a easy to use UI but seem to have problems when syncronising large numbers of files in multiple profiles (~300,000 small files)

The other option is DeltaCopy which actually is a front end service for rsync (uses the cygwin library). The only problem with this one is the interface has some strange "features" and you need to setup on both server and client. Also the rsync version is a little out-dated last time I checked, but with a quick search on google you can find replacements that can be just dropped straight into the install dir.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.