Jarsync is (will be) a Java implementation of the rsync algorithm, a cache-free delta compression algorithm for fast file transfer across a network. Its aim is to provide a high-quality free-software delta compression library for the Java platform, simila
Tutorial Details:
a Java implementation of a secure shell client, which will eventually allow Jarsync to invoke a remote session over SSH programmatically.
Status
The base API is in place, and tests have shown it to work and be compatible with the form of the rsync algorithm used in rsync and rdiff. The library seems fairly stable, and changes to it will likely be only minor.
The client and server are not yet finished, but a significant amount of work has been done on them. The client is the furthest along, and the current release emulates the most basic functionality of the rsync program.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: Jarsync
View Tutorial: Jarsync
Related
Tutorials:
|