Re: Recursion and real "no spanning hosts"

2003-11-13 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes: > It seems that wget is always spanning hosts. To be more precise first > page of each spanned host is always being downloaded. What you are observing is that Wget is always following redirections. For example, if a page A redirects to page B, Wget will download B even

Recursion and real "no spanning hosts"

2003-11-13 Thread magnus
It seems that wget is always spanning hosts. To be more precise first page of each spanned host is always being downloaded. Why does it happen? How to change this behavior? Example: wget -r -U "Mozilla/5.0" http://www.macintouch.com/panreader13.html Option "--span-hosts" is not used. Zdzisiek L