On Thu, May 18, 2006 at 07:37:40AM -0400, Justin Piszcz wrote: > What happens sometimes is I will be downloading the same file twice (CD4) > for example, how does LFTP handle this if I have two separate LFTP > processes (or within the same one) downloading to the same file? Does it > corrupt the file? I know it downloads it twice because it takes twice as
lftp does not currently check if the file is already being downloaded. It should not corrupt it though. There is a check in mirror, so that if a file gets modified between getting file list and start of transfer, it is skipped. Basically this means that several mirrors can operate on the same directory tree. But there is no such thing in get or mget. -- Alexander..
