Wget seems to have problems when pages link via the root of the server, aka
<a href="/misc/foobar.html">..</a>

Sometimes it even wants to download URL in the form of:

http://x.y.z/index.html/misc/foobar.html
--> when linked from http://x.y.x/index.html to /misc/foobar.html

And with conversion (-k and -K) it will most of the time keep the
prepending '/' (root) without converting it to '../' (or ../../ etc.). So
the pages links and graphics won't display (unless you move them to the
root of your drive, off coarse).

An page (not quite small) which gave me these results is
http://verse.sourceforge.net/

        Henk Poley <><

Reply via email to