>>>>> In <3B9F37CE.13598.3CA2E6D@localhost>
>>>>> "Ian Abbott" <[EMAIL PROTECTED]> wrote:
> wget-1.7 are all set to 'Jan 1 1970'. Is this a '20010909 bug'?
IA> No.
Good news. :)
> $ wget -N http://www.sophos.com/downloads/ide/metys-l.ide
> $ ls -l metys-l.ide
> -rw-rw-r-- 1 nakaji nakaji 159 Jan 1 1970 metys-l.ide
IA> Try adding the -S option and you will see that the HTTP server you are
IA> downloading the file from is putting the following header in the
IA> response:
IA> Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT
Bingo!
I ran wget again and got as following. I will claim it to an administrator
of www.sophos.com.
$ wget -S -N http://www.sophos.com/downloads/ide/codeblue.ide
--18:30:00-- http://www.sophos.com/downloads/ide/codeblue.ide
=> `codeblue.ide'
Connecting to cache.acest.tutrp.tut.ac.jp:3128... connected!
Proxy request sent, awaiting response... 200 OK
2 Date: Wed, 12 Sep 2001 09:29:27 GMT
3 Server: Apache/1.3.19
4 Cache-Control: public, must-revalidate, max-age=-1000286907
5 Expires: Thu, 01 Jan 1970 00:01:00 GMT
6 Last-Modified: Thu, 01 Jan 1970 00:00:00 GMT
7 ETag: "1a4713-644-0"
8 Accept-Ranges: bytes
9 Content-Length: 1604
10 Content-Type: application/sophos-ide
11 X-Cache: MISS from cache.acest.tutrp.tut.ac.jp
12 Proxy-Connection: close
13
0K . 100% @ 783.20 KB/s
18:30:01 (783.20 KB/s) - `codeblue.ide' saved [1604/1604]
Thanks a lot.
--
NAKAJI Hiroyuki