Jarsync is a Java implementation of the rsync algorithm, a delta
compression algorithm for fast network file transfers.
License
GNU General Public License version 2.0 (GPLv2), Apache License V2.0Follow Jarsync - a Java rsync implementation.
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
I just tested the jarSync.03 , did three steps 1/ Computed checksum of original File Checksum = generator.generateSums(originalfile); 2/ Generated the delta by passing the list of checksum List<Delta> d = m.hashSearch(Checksum, remoteFileFile); 3/ Rebuilder.rebuildFileInPlace(originalfile Delta);// My query is that , am writing the List of deltas to a file . and size of file (on which list of delta is written ) is coming greater than the remote (modified file ). Please reply.
-
Super. If there will be ant task it will be amazing.