PureFTPd 1.0.32
lftp 4.2.3
lftp pauses for several minutes in the middle of downloading or between
downloads:
[1] mirror folder1/
\mirror BDMV
\mirror STREAM
\transfer 00008.m2ts
`00008.m2ts', se obtuvieron 58705920 de 78274560 (75%)
\chunk 0-19568640
`00008.m2ts' en 0 (0%) [Waiting for data connection...]
In server log there is nothing abnormal.
The rc file:
debug;
set cache:enable no;
set ftp:passive-mode yes;
#set ftp:prefer-epsv no;
set ftp:sync-mode off;
set mirror:set-permissions no;
set mirror:use-pget-n 4;
set mirror:no-empty-dirs yes;
#set net:connection-limit 20;
set net:max-retries 60;
set net:timeout 14m;
#set net:reconnect-interval-base 10;
#set net:reconnect-interval-multiplier 1.2;
#set net:reconnect-interval-max 30;
#set net:persist-retries 60;
set pget:save-status 3s;
set pget:default-n 4;
set xfer:disk-full-fatal yes;
set xfer:log yes;
set color:use-color yes;
set cmd:move-background no;
set cmd:save-cwd-history no;
set cmd:save-rl-history no;
I think isn't normal so many problems to download files from a FTP server.
I don't know where the problem is but I don't get any help on this list
despite my many posts providing information and asking for help.