Jarsync is a Java implementation of the rsync algorithm, a delta
compression algorithm for fast network file transfers.
License
Apache License V2.0, GNU General Public License version 2.0 (GPLv2)Follow Jarsync - a Java rsync implementation.
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
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.