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
|