Hello, I try to get all files from an ftp dir but there are around 3500 files.
mirror -ev => (which is what I need to do actually) gave me the first 2000 files only ! ls => print the 2000 first files ls -t => print the 2000 first files, but not the same ones ! ls | wc -l => print 2000 I was unable to find a clue in the man page, searched "set -a" but found no relevant parameter, list archive & google did not helped... Any help would be very much appreciated. (lftp 3.5.4-1 / debian sid) Have a nice day. -- Patrice Bridoux - 05 62 18 59 44 Atomic M. Production - http://www.atomprod.com Si vous savez l'expliquer, nous pouvons le réaliser !
