Hi,
  I think the following happens due to a bug in wget unable to look
into a subdirectory for the file to be restarted in download:

$ wget -Nr -nH --no-proxy ftp://ftp.ncbi.nlm.nih.gov/genbank/daily-nc/nc*flat.gz
...
--04:35:16--  ftp://ftp.ncbi.nlm.nih.gov/genbank/daily-nc/nc0727.flat.gz
           => `genbank/daily-nc/nc0727.flat.gz'
==> CWD /genbank/daily-nc ... done.
==> PASV ... done.    ==> RETR nc0727.flat.gz ... done.
Length: 93,027,958 (89M) (unauthoritative)

100%[==========================================================================================================================================================================================>]
 93,027,958   127.64K/s    ETA 00:00

04:48:11 (117.29 KB/s) - Control connection closed.
Retrying.

--05:03:12--  ftp://ftp.ncbi.nlm.nih.gov/genbank/daily-nc/nc0727.flat.gz
  (try: 2) => `genbank/daily-nc/nc0727.flat.gz'
Connecting to ftp.ncbi.nlm.nih.gov|130.14.29.30|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD not required.
==> SIZE nc0727.flat.gz ... done.
==> PASV ... done.    ==> REST 93027958 ... done.    
==> RETR nc0727.flat.gz ... 
No such file `nc0727.flat.gz'.



Regards,
Martin

Reply via email to