Hi all,

Have anyone given a try to implement 
rsync protocols and algorithms using 
only RR clients applications?

<http://samba.anu.edu.au/rsync/>
<http://samba.anu.edu.au/rsync/tech_report/>
<http://olstrans.sourceforge.net/release/OLS2000-rsync/OLS2000-rsync.html>

rsync allows to download only the parts
that had changed in a stack, instead of
the whole file.

It's composed of a server and a client.

The client sends the server a single string
of information about the local file.

This string is a series of digests of 
chunks of 1k of the local file.

When server receives this string, it
compares these digest with chunks of 1k
of the file in the server and then just
send back the parts that the client needs
to recreate the file from the server, in
the client's side.

Notice, it would be a custom solution
using md5Digest, not md4Digest as rsync uses.

Thanks in advance!

al

Visit my site:
http://www.geocities.com/capellan2000/


        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to