Henrik van Ginhoven <[EMAIL PROTECTED]> writes:

> $ src/wget -d -c -r -np http://ftp.sunet.se/pub/gnu/wget/

I assume that ftp.sunet.se/pub/gnu/wget/index.html already exists at
this point.

> /.../
> ---request begin---
> GET /pub/gnu/wget/ HTTP/1.0
> User-Agent: Wget/1.7-pre1
> Host: ftp.sunet.se
> Accept: */*
> Connection: Keep-Alive
> Range: bytes=4817-
> ---request end---
> HTTP request sent, awaiting response... HTTP/1.1 200 OK
> Date: Sat, 26 May 2001 11:27:50 GMT
> Server: Apache/1.3.14 (Unix) PHP/4.0.3pl1
> Connection: close
> Content-Type: text/html
> 
> The server does not support continued downloads, which conflicts with -c'.
> /.../

But that's true, isn't it?

The server didn't respond with a `Range' header, hence "continued
download" doesn't work.  Since you specified that the download should
be continued, Wget refuses to truncate up your file by starting the
download anew.

Reply via email to