Re: keep alive connections

2003-11-13 Thread Alain Bench
On Wednesday, November 12, 2003 at 2:28:04 PM +0100, Hrvoje Niksic wrote: > Alain Bench <[EMAIL PROTECTED]> writes: >> Wget also closes the connection between a GET (with body) and the >> HEAD for the next file. > I wasn't aware of this problem There is no such problem. Sorry: I made a stupi

Re: keep alive connections

2003-11-13 Thread Hrvoje Niksic
Alain Bench <[EMAIL PROTECTED]> writes: > There is no such problem. Sorry: I made a stupid log interpretation > mistake yesterday. The connection is always closed after a HEAD, OK, > but is reused after a GET, whatever comes after. > > This makes a typical --timestamping session use connections fo

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

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 no

Re: convert links problem

2003-11-13 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes: > This is working well with one major problem. Links, img tags, > etc. are not being properly converted. For example, if there is an > img tag in the source file such as: > > > > Then it is converted to: > > src="http://www.somedomain.com/home/intadm/public_html/folde

pb with ..

2003-11-13 Thread Vincent Hauler (Axys)
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: /users/myuser but i want to download a root folder like /

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 fold

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.