Hi Brolin,
> 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. -- Michael
