Hello there!

I'm using wget 1.82 under Windows 2k Server in comination with a php shell
script, which caches websites of a link database. I recognized two things,
which could be bugs:

1: If start wget with "-P" option and give a dos path (eg. "wget -p -P
c:/bla http://www.nickles.de";) it cannot create the folder where he stores
all retrieved data, he says

"C:/bla/www.nickles.de: Permission
deniedC:/bla/www.nickles.de/index_nocss.htm: No such file or directory"

but I'm logged in as administrator and have all priviledges. In short: It
seems as the -P option can only handle RELATIVE dos paths, since it works
with "-P ./../../bla".

2: If a site contains ressources (<img> whatssoever) which _are_ on the same
server, but in some sub dir and are _fully_ referenced by
http://www.theserver.com/img/bla.jpg, the -p option does _not_ get these
ressources (also adding the option -H doesn't work!)

This is my cmd line:
c:/programme/wget/wget.exe -p -k -x -nc -H -P ./../bla http://www.nickles.de

Any help, suggestions?

Thanx a lot for this (otherwise :) great program!

Thomas Keller.

Reply via email to