On Sat, 11 Aug 2007, Michael Petrusha wrote: > > Can you add a feature so that lftp uses a hash function to save a hash > > value for each source file in a file, then, on the next invocation, > > uses this hash values file to determine whether a file has changed > > when the source and destination files are the same size? > > That would mean transferring each file and calculating it's size, right? > > Then you can just transfer all files. > > The only option for you is to calculate a hash function of each file > independently on remote & local machines, then transferring only file with > hashes, analysing it with a scipt and downloading files where hashes do not > match.
And that's what rsync does. If you need rsync functionality, go with rsync ! -- dag wieers, [EMAIL PROTECTED], http://dag.wieers.com/ -- [Any errors in spelling, tact or fact are transmission errors]
