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
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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.