On Thu, May 01, 2008 at 11:06:45AM -0400, Joseph Stewart wrote: > I guess my question is how does lftp decide whether or not to fully > transfer a file or partially transfer a file (is it based on > size/modification time/???).
The rule is: target file is newer and smaller than the source => transfer continues. So you can touch your local files before doing `mirror -c' to acheive your goal. -- Alexander.
