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.
nel_h2
Secure User Management, Made Simple | Frontegg
Frontegg powers modern businesses with a user management platform that’s fast to deploy and built to scale. Embed SSO, multi-tenancy, and a customer-facing admin portal using robust SDKs and APIs – no complex setup required. Designed for the Product-Led Growth era, it simplifies setup, secures your users, and frees your team to innovate. From startups to enterprises, Frontegg delivers enterprise-grade tools at zero cost to start. Kick off today.
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.