Hi All, I'm using Wget 1.8.2 on a Redhat 9.0 box equipped with Athlon 550 MHz cpu, 128 MB Ram.
I've encountered a strange issue, which seem really a bug, using the timestamping option. I'm trying to retrieve the http://www.nic.it/index.html page. The HEAD HTTP method returns that page is 2474 bytes long and Last Modified on Wed, 30 Oct 2002. [...] The issue seems related to the "-O" option. Infact, retrieving the index.html page using twice wget -N http://www.nic.it/index.html the index.html page is created one time only (on current directory) instead running twice: wget -N -O index.html http://www.nic.it/index.html wget always complaints about "size mismatch, local 0" and retrieve both times the page!!! -- To The Kernel And Beyond!