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

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

convert links problem

2003-11-13 Thread McComber . DM
Hi, I am using wget from a perl script system call as such: system(wget --recursive --page-requisites --span-hosts --level=3 --cache=off --no-directories --directory-prefix=$folder --convert-links --input-file=$file ); This is working well with one major problem. Links, img tags, etc. are not

Re: pb with ..

2003-11-13 Thread Hrvoje Niksic
Vincent Hauler (Axys) [EMAIL PROTECTED] writes: i try to download some file with this url: wget -L -r -nc -nH ftp://user:[EMAIL PROTECTED]/../../users/ bute wget can't go to the upper folder. i must do this ../.. because the ftp server is a Cobalt and when i login i be in this folder:

Wget 1.9.1 has been released

2003-11-13 Thread Hrvoje Niksic
Wget 1.9.1 is now available on ftp.gnu.org and its mirrors. It is a bugfix release that contains fixes for several problem noted in the 1.9 release. Unless further serious bugs are discovered, it is likely to remain the last in the 1.9.x series.