I have a problem when I try to download a directory containing several large files (about 15 MB each): the download hangs after each file and it takes several minutes before it continues.
Normally I use the following command to download a directory: mirror -c -p -r --ignore-time DirectoryName But the same problem occurs with mget, too. Is there something I can do to improve the situation? I played around with ftp:sync-mode, ftp:nop-interval and ftp:connection-limit, but so far nothing helped. Here are my current settings: set net:reconnect-interval-base 30 set net:reconnect-interval-max 60 set net:reconnect-interval-multiplier 1.2 set ftp:sync-mode on set ftp:nop-interval 0 set net:connection-limit 1 set net:max-retries 0 set mirror:order *.rar Thanks in advance, Markus PS: LFTP version is 3.0.11 from Debian
