Hi all, I download the 3.5.9 source and compile it using below command on Redhat ES 4.2 AMD operton machine:
configure --prefix=/usr/local/packages/lftp-3.5.9 make make install
Then use lftp mirror command to down a ftp site which has thousands of directories and files. lftp>ls drwxr-xr-x 10 tang users 1024 96 Aug 28 src lftp>mirror src lftp>exit
ls -la src
drwxr-xr-x 10 tang users 1024 96 Jan 19 src I found the files time all become today timestamp on lftp lftp> set -a set ftp:use-mdtm yes Question is any other people has this problem ? On the same time, I also found mirror -c also has problem: During downloading, my machine lost power and reboot, after that I use lftp> mirror -c src lftp start download from the first file, which it had finished download before. Any one met those problem Thanks! axing
