On Sun, 26 Feb 2006, Vladimir Volovich wrote:

> suppose that i run
>
>   wget -r -l 1 http://some-host.com/index.html
>
> and index.html contains a link like this:
>
>   <A HREF="../directory/file.html">file</A>
>

URL ../directory/file.html placed in http://some-host.com/index.html is
illegal because no parent directory for /index.html exists.

Reply via email to