On Friday 14 November 2008 05:48, Dave Howorth wrote:
Ionut Vancea wrote:
On Fri, Nov 14, 2008 at 12:04 PM, jdd <jdd@dodin.org> wrote:
the problem is that "large" is *not* an image, but some script? large.png don't works (tried)
I thing is a png image but without extension, I am not sure :)
$ wget http://counter.opensuse.org/11.1/large ...
$ file large large: PNG image data, 400 x 400, 8-bit/color RGB, non-interlaced
Cheers, Dave
An additional interesting fact: % date; echo; wget http://counter.opensuse.org/11.1/large; echo; ll large Fri Nov 14 07:11:28 PST 2008 --07:11:28-- http://counter.opensuse.org/11.1/large => `large' Resolving counter.opensuse.org... 195.135.221.140 Connecting to counter.opensuse.org|195.135.221.140|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 54,013 (53K) [image/png] 100%[====...====>] 54,013 63.89K/s 07:11:30 (63.75 KB/s) - `large' saved [54013/54013] -rw-r--r-- 1 rschulz users 54013 2008-11-14 07:00 large Note the date when I ran wget (and I have NTP going) and the date of the "large" file retrieved. Apparently the image is generated once per hour by a script (unsurprisingly), but the important point is that the modification time is propagated through the HTTP response and saved with the file by wget. Randall Schulz -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org