Hi all, I'm trying to mirror some directories but lftp give infinite loop I see the size of the destination dir go up and then down,
here is some sample commands: /usr/local/bin/lftp -c 'debug -o /tmp/tmpfile/43/log; open -u anonymous,[email protected] -p 21 -e "mirror --continue --use-pget /pub/rainbow/md5/ /tmp/tmpfile/43/" ftp://na.mirror.garr.it' or /usr/local/bin/lftp -c 'debug -o /tmp/tmpfile/36/log; open -u anonymous,[email protected] -p 21 -e "mirror --continue --use-pget /Services/whql/Docs/ /tmp/tmpfile/36/" ftp://ftp.microsoft.com' in the log I see this: ---- Closing aborted data socket <--- 550 Data channel was closed by ABOR command from client. **** server bug: 426 reply missed <--- 226 ABOR command successful. or ---- Closing aborted data socket ---- Closing aborted data socket <--- 426 Transfer aborted. Data connection closed. <--- 426 Transfer aborted. Data connection closed. <--- 226 Abort successful ---> PASV <--- 226 Abort successful ---> PASV with a standard client such as filezilla I can download the directory without problems, I'm using lftp 3.7.11 some hints? thanks Nicola
