From 6a85d5013ffdf35414c7d95fa9c34d717ff10e95 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 6 Apr 2017 12:41:05 +0200 Subject: [PATCH] --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..67721b7 --- /dev/null +++ b/README.rst @@ -0,0 +1,16 @@ +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/ ." -- 2.30.2