"Luigi Stefano Sona (lsona)" <[EMAIL PROTECTED]> writes:

> ---request end---
> HTTP request sent, awaiting response... HTTP/1.1 200 OK
> Date: Wed, 05 Nov 2003 13:48:56 GMT
> Server: Apache/1.3.26 (Unix) PHP/4.2.2 mod_perl/1.27
> Content-Type: text/plain
> Via: 1.1 Application and Content Networking System Software 5.0.5
> Connection: Close
[...]
>  6650K .......... .......... .......... .......... .             4.56
> KB/s
>
> Closing fd 5
> 15:05:13 (6.74 KB/s) - `pages/OM2_report_21705.txt' saved [6852406]

As far as I can tell:

* Either your server is not sending Content-Length for some reason
  (such as the file being dynamically generated), or a proxy server is
  stripping it.

* The download is interrupted without a clear indication that this has
  happened.  Wget's network read indicates end-of-transfer.

* Since Wget doesn't know the length of the file, it cannot know that
  end-of-transfer is an error and considers the file fully retrieved.

A question: are you absolutely certain that the file is not truncated
on the server?  Can you download it using a web browser?

Reply via email to