im trying to create a mirror of a site, converting links at the same time:
wget -E -np -nH -nd -r -l 2 -k -p -Ptmp 
http://ask.ii.uib.no/ebt-bin/nph-dweb/dynaweb/SGI_Developer/OpenGL_PG/
i use robots=off in .wgetrc (by the way, the man page doesnt tell this,
i.e. how to make wget ignore robots.txt)

it seems the file tmp/*;td=2;cs=fullhtml gets overwriten for each url
like <number>/*;td=2;cs=fullhtml
here is are some examples, more in attached file:

--03:55:35--  
http://ask.ii.uib.no/ebt-bin/nph-dweb/dynaweb/SGI_Developer/OpenGL_PG/%40Generic__BookTocView/8190/*;td=2;cs=fullhtml
           => `tmp/*;td=2;cs=fullhtml'

--03:56:51--  
http://ask.ii.uib.no/ebt-bin/nph-dweb/dynaweb/SGI_Developer/OpenGL_PG/%40Generic__BookTocView/8876/*;td=2;cs=fullhtml
           => `tmp/*;td=2;cs=fullhtml'

Attachment: log.gz
Description: GNU Zip compressed data

Reply via email to