ftp reconnect issue

2006-01-13 Thread Bernd Web
Hi, With reconnections for FTP download I think I found a problem. With the first connection wget gives a CWD command to the FTP server directly after logging in and sometimes (but not always e.g. if file not present in .listing (?) also a CWD before the actual RETR command. After the Removed .lis

wget --time flag

2006-01-12 Thread Bernd Web
Hi, I did wget without a setting for --waitretry and --wait=2500. I found that wget is waiting between retrievals in a 'strange' way. It logs into the FTP server and then waits 42 minutes before retrieving the file itself! By then is gives a CWD command and we get Error in server response, closin

timeout

2006-01-11 Thread Bernd Web
Hi, I am using wget to retrieve a large file. Lately after downloading about 20% I get "Data connection: Connection timed out; Control connection closed. Retrying." The second try of wget fails (no error is reported: exit status is 0). Second login is successfully, but now the file cannot be foun