lftp mirror slow

revision 770156b1f1b10a13633f28e0ee85d27438a8618d

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