76

I know it has been asked before, but I would like it to happen in real time and transparently (without the need to open a separate FTP client such as FileZilla).

For example, if I edit a text file in the local folder and then save it, it should immediately detect it and push the changes to the remote folder. Also, if files/folder are added or removed in the local folder, the exact same changes have to be made on the remote folder.

It can be unidirectional (changes made on the local folder has to be pushed to the remote folder but the reverse is not necessary).

It would be great if it allows us to specify some excluded files/folders which do not need to be in sync.

Is there such an application that you know of?

bobo
  • 1,869

13 Answers13

49

WinSCP can do exactly what you want with it's Synchronize feature. The only problem is that it will occasionally miss an update and you'll have to stop the monitoring and restart it (which forces a full sync). I've only ever noticed this when I'm doing lots of saves to the same file over short time intervals though.

afrazier
  • 23,505
37

This took me a good half a day of endless testing - here's my findings: these days there's some beautiful automatic real-time FTP<->PC dropbox-like sync apps, which really are a dream to use. Well, almost. Only ONE truly can be considered (at this point in time): and it's GoodSync. It's consistently reliable and fast and smooth (enough). Other solutions have either deal-breaking bugs or glitches, or feature lackings.

There is a GREAT one called Fling - it's PERFECT - in EVERY WAY!!!! - except, oh, hmm, it doesn't update the ftp server when you DELETE files. it can only add, or modify....it's really an uploading tool, that one. unless someone asks them to add the lacking feature to the app.

And then FTPBox is the other mentionable, but after 10 minutes of trying it out, it's a no-go: it was jittery in its constant 'file x was uploaded' notifications when those certain files didn't even need to be re-synced, and while even updating a file from the local pc, it seemed to then override it with the penultimate version from on the server!!

So it's GoodSync, people, tried and tested.

Eventually, the golden daddy of them all looks to be SyncAny, but it's not out yet. Spose it's worth waiting for that one!

6

SugarSync is a competitor for DropBox. It lets you select the folders you want to sync, rather than just using a special folder under My Documents. Either one is free for up to 2GB storage.

If you're trying to use your own FTP server, I think the free (abandonware) NetDrive plus Cobian Backup is your answer. Cobian will let you schedule the backup periodically.

If you don't mind paying for a backup scheduler, my favorite is Second Copy, which will let you backup files whenever they change.

Both Cobian and SecondCopy work directly with FTP servers, but I've found them to have issues with large filesets over FTP.

Ben
  • 494
6

AutoVer does what you ask and is free.

It will copy to FTP/USB/Disk when files change and supports many other features.

http://www.beanland.net.au/autover/

5

Net drive www.netdrive.net

will mount your ftp servers as a separate drive on your computer. Then you can just use any free file sync service to move your files from one folder to another.

richzilla
  • 2,463
3

It seems like Super Flexible File Synchronizer can do this.

CGA
  • 3,829
3

http://ftpbox.org/

Late to the party! But this works great for me. And is free.

maxfridbe
  • 437
2

Try out GoodSync. It is free for three sync folders and is compatible with FTP, SFTP, and many cloud sync options.

Synetech
  • 69,547
2

I'm a programmer for the open-source IQBox FTP project: https://code.google.com/p/iqbox-ftp/

It syncs FTP in real-time (although it scans the FTP server as FTP servers don't support real-time notifications) and has an optional command-line tool for automation. There's a download for Windows. Also, the Python code works on Windows, Mac or Linux.

1

Total Commander has built-in functionality for FTP and synchronization. Just download and install it, connect to the FTP folder in the left pane, open local folder on the right, and choose Commands -> Synchronize Dirs.

Marko
  • 304
  • 4
  • 6
  • 19
ruruskyi
  • 111
0

Did you try FTP Synchronizer? It's designed for ftp file sync. It doesn't support real time sync, but you can let it sync files every few minutes.

Dave
  • 25,513
-3

Dropbox seems to do this.

JRobert
  • 7,134
-5

Dropbox is your answer. Works on PC's, Mac's Linux and iPhone. You can have 2GB for free and there are option to pay if you need more memory. I've been using it for the past few months and now I couldn't live without it.

Mick
  • 1,573