WGET -r parameter problem

2005-04-19 Thread Shyam Sundar
Hello at WGET development. Thank you very much for developing such a great tool. I am facing a small problem when using the paratmeter wget -r The actual problem is i am trying the execute the wget with -r and other parameters thru php exec function as shown here ?php exec('wget -r

Re: Does AI_ADDRCONFIG really work?

2005-04-19 Thread Mauro Tortonesi
On Sunday 17 April 2005 12:35 pm, Hrvoje Niksic wrote: I've noticed this behavior with IPv6-enabled Wget 1.10: --19:10:30-- http://www.deepspace6.net/ = `index.html' Resolving www.deepspace6.net... 2001:1418:13:3::1, 192.167.219.83 Connecting to

Re: Does AI_ADDRCONFIG really work?

2005-04-19 Thread Hrvoje Niksic
Mauro Tortonesi [EMAIL PROTECTED] writes: Note, however, that `host www.deepspace6.net' returns only the IPv4 address. not for me: [...] What package does your `host' come from? Mine is from the bind9-host package. This discussion from 2003 seems to question the practical usefulness of

IPv4 mapped addresses and -4/-6 switches

2005-04-19 Thread Hrvoje Niksic
Is this the intended behavior of the -4/-6 switches: $ wget -4 http://\[:::127.0.0.1\] --00:35:50-- http://[:::127.0.0.1]/ = `index.html' failed: Name or service not known. $ wget -6 http://\[:::127.0.0.1\] --00:35:54-- http://[:::127.0.0.1]/ = `index.html'

Re: Does AI_ADDRCONFIG really work?

2005-04-19 Thread Mauro Tortonesi
On Tuesday 19 April 2005 05:06 pm, Hrvoje Niksic wrote: What package does your `host' come from? Mine is from the bind9-host package. on mandrake 10.1: [EMAIL PROTECTED] messagexmit]$ rpm -qf /usr/bin/host bind-utils-9.3.0-3.1.101mdk This discussion from 2003 seems to question the

Re: IPv4 mapped addresses and -4/-6 switches

2005-04-19 Thread Mauro Tortonesi
On Tuesday 19 April 2005 05:55 pm, Hrvoje Niksic wrote: Is this the intended behavior of the -4/-6 switches: $ wget -4 http://\[:::127.0.0.1\] --00:35:50-- http://[:::127.0.0.1]/ = `index.html' failed: Name or service not known. $ wget -6 http://\[:::127.0.0.1\]

Re: wget 1.10 alpha 2

2005-04-19 Thread Mauro Tortonesi
On Friday 15 April 2005 07:24 am, Hrvoje Niksic wrote: Herold Heiko [EMAIL PROTECTED] writes: However there are still lots of people using Windows NT 4 or even win95/win98, with old compilers, where the compilation won't work without the patch. Even if we place a comment in the source file

Re: IPv4 mapped addresses and -4/-6 switches

2005-04-19 Thread YOSHIFUJI Hideaki / 吉藤英明
In article [EMAIL PROTECTED] (at Wed, 20 Apr 2005 00:55:42 +0200), Hrvoje Niksic [EMAIL PROTECTED] says: Is this the intended behavior of the -4/-6 switches: $ wget -4 http://\[:::127.0.0.1\] --00:35:50-- http://[:::127.0.0.1]/ = `index.html' failed: Name or service

Re: IPv4 mapped addresses and -4/-6 switches

2005-04-19 Thread Mauro Tortonesi
On Tuesday 19 April 2005 09:21 pm, YOSHIFUJI Hideaki / wrote: In article [EMAIL PROTECTED] (at Wed, 20 Apr 2005 00:55:42 +0200), Hrvoje Niksic [EMAIL PROTECTED] says: Is this the intended behavior of the -4/-6 switches: $ wget -4 http://\[:::127.0.0.1\] --00:35:50--

[Feature request] accept/reject path expresion

2005-04-19 Thread Oliver Schulze L.
Hi, it would be nice if you could tell wget not to download a file if the URL matches some pattern. The pattern could be shell like or a regular expresion. For example, if you do a mirror of a ftp site, and you don't want to download the directories that match the i686 pattern, you should run a