Micah Cowan wrote:
200 OK
<snip>
Content-Length: 58430011
This response indicates that the server declined to send wget a
"continuation" of the existing files; can you send the request headers
that corresponded to this response?
A scrap from the output follows. I'm afraid the php script simply
ignores the "Range" header... doesn't it?
---request begin---
GET /f/file_serve.php?d=#####path#####&f=#####filename##### HTTP/1.0
Range: bytes=795068-
User-Agent: Wget/1.11.4
Accept: */*
Host: #####HOSTNAME#####
Connection: Keep-Alive
---request end---
> Can you re-verify that wget really does behave differently on URLs
> specified on the command-line versus other sources?
I tried both passing the URL directly on the command line and in a file
with "-i": I obtain the same HTTP request.
Thanks
A.