(no commit message)
[paste/429.git] / README.rst
1 many files in directory that shall be mirrored\r
2 \r
3 ::\r
4 \r
5     Request: MDTM $filename\r
6     Response 213 20170215171525\r
7 \r
8 lftp mirror slow::\r
9 \r
10     Getting files information (2%) [Waiting for response...]\r
11 \r
12 reason: lftp fetches dates of all files first, one request for each file.\r
13 \r
14 ignore date::\r
15 \r
16     $ lftp -c "open ftp://user:pass@host; mirror --ignore-time --parallel=10 foldername/ ."\r
17 \r
18 alternative: http://lftp.uniyar.ac.narkive.com/QSqbPXnx/lftp-inquiry-when-waiting-for-response\r
19 \r
20 ::\r
21     set sync-mode off\r