lftp mirror slow

revision 81b5b5b1d45dd2ad4b4064050beec63728af96bc

raw

README.rst

many files in directory that shall be mirrored

Request: MDTM $filename
Response 213 20170215171525

lftp mirror slow:

Getting files information (2%) [Waiting for response...]

reason: lftp fetches dates of all files first, one request for each file.

ignore date:

$ lftp -c "open ftp://user:pass@host; mirror --ignore-time --parallel=10 foldername/ ."

alternative: http://lftp.uniyar.ac.narkive.com/QSqbPXnx/lftp-inquiry-when-waiting-for-response

set sync-mode off

History