FileSync

This is a simple file synchronization program that allows the user to either synchronize two directories on their machine, or two directories on machines connected via a TCP/IP network (such as the internet).

The synchronization takes place in one direction, which means if files exist in the directory being synchronized to that don't exist in the directory being synchronized from, they will left untouched.

The program can be invoked in one of three ways

  • To copy locally: java -jar filesync.jar from_filename to_filename
  • To set up a receiver: java -jar filesync.jar -receiver to_filename
  • To send to another machine: java -jar filesync.jar from_filename server_name:
    Note: The other machine must already be running a receiver.

Please report any bugs, patches, comments, etc. to al@alsutton.com

Downloads

The filesync.jar file (compressed)
The source code (compressed)

To be notified of updates as they are released please send an Email to xmlparser-update-notifier@alsutton.com

Donations

If you feel my time spent developing this software is worth something, then please send some money to my PayPal account (al@alsutton.com).

You can open a paypal account by clicking on the logo below
Make payments with PayPal - it's fast, free and secure!

Back to alsutton.com main page