recursive download

2006-05-19 Thread Ajar Taknev
Hi, I am trying to recursively download from an ftp site without success. I am behind a squid proxy and I have setup the .wgetrc correctly. When I do wget -r ftp:/ftp.somesite.com/dir it fetches ftp.somesite.com/dir/index.html and exits. It doesn't do a recursive download. When I do the same

Re: Exclude directorie

2006-05-19 Thread Mauro Tortonesi
Antoine Bonnefoy wrote: Hy, I found a bug with the option -X in recursive mode. When i use a wildcard, in the exclude string, it's only works for one level string. For example: for this directory architecture : server: =level1 = Data = level2 = Data wget -X */Data -r

Re: Redirect makes wget fetch another domain

2006-05-19 Thread Mauro Tortonesi
Equipe web wrote: I've come across this annoying bug : Even though wget is told not to span other hosts, it does when redirected !!! This bug has been waiting for a fix for quite a long time : http://www.mail-archive.com/wget@sunsite.dk/msg01675.html I don't know how to make things change

Re: [Fwd: Bug#366434: wget: Multiple 'Pragma:' headers not supported]

2006-05-19 Thread Mauro Tortonesi
Noèl Köthe wrote: Hello, a forwarded report from http://bugs.debian.org/366434 could this behaviour be added to the doc/manpage? i wonder if it makes sense to add generic support for multiple headers in wget, for instance by extending the --header option like this: wget --header=Pragma:

Re: -O switch always overwrites output file

2006-05-19 Thread Mauro Tortonesi
Toni Casueps wrote: I use Wget 1.10 for Linux. If I use -O and there was already a file in the current directory with the same name it overwrites it, even if I use -nc. Is this a bug or intentional? IMVHO, this is a bug. if hrvoje does not provide a rationale for this behavior, i will fix it

Re: wrong exit code

2006-05-19 Thread Mauro Tortonesi
Lars Wilke wrote: Hi, first this is not a real bug and is more like a wishlist item. So the problem: When invoking wget to retrieve a file via ftp all is fine if the file exists and wget is able to retrieve it. The return code from wget is 0. If the file is not found on the server the return

Re: Missing K/s rate on download of 13MB file

2006-05-19 Thread Mauro Tortonesi
J. Grant wrote: Hi, On 14/05/06 21:26, Hrvoje Niksic wrote: J. Grant [EMAIL PROTECTED] writes: Could an extra value be added which lists the average rate? average rate: xx.xx K/s ? Unfortunately it would have problems fitting on the line. Perhaps the progress bar would be reduced? i

Re: recursive download

2006-05-19 Thread Mauro Tortonesi
Ajar Taknev wrote: Hi, I am trying to recursively download from an ftp site without success. I am behind a squid proxy and I have setup the .wgetrc correctly. When I do wget -r ftp:/ftp.somesite.com/dir it fetches ftp.somesite.com/dir/index.html and exits. It doesn't do a recursive download.

Re: links to follow

2006-05-19 Thread Mauro Tortonesi
Andrea Rimicci wrote: Hi all, I'd like retrieve a web document where some links are coded in javascript calls, so I'd like instruct wget when a something like JSfunc('my/link/to/follow/') is matched, he recognize 'my/link/to/follow/' as a link to follow. Is there any way to accomplish this?

Re: fixed recursive ftp download over proxy and 1.10.3

2006-05-19 Thread Mauro Tortonesi
[EMAIL PROTECTED] wrote: Hi, I have been embarrassed with the ftp over http bug . for quite a while : 1.5 years. I was very happy to learn that someone had developped a patch. Happier to read that you would merge it shortly. Do you know when you will be able to publish this 1.10.3 release

Re: [Fwd: Bug#366434: wget: Multiple 'Pragma:' headers not supported]

2006-05-19 Thread Hrvoje Niksic
Mauro Tortonesi [EMAIL PROTECTED] writes: Noèl Köthe wrote: Hello, a forwarded report from http://bugs.debian.org/366434 could this behaviour be added to the doc/manpage? i wonder if it makes sense to add generic support for multiple headers in wget, for instance by extending the --header

RE: [Fwd: Bug#366434: wget: Multiple 'Pragma:' headers not suppor ted]

2006-05-19 Thread Herold Heiko
From: Mauro Tortonesi [mailto:[EMAIL PROTECTED] i wonder if it makes sense to add generic support for multiple headers in wget, for instance by extending the --header option like this: wget --header=Pragma: xxx --header=dontoverride,Pragma: xxx2 someurl That could be a problem if you

Re: [Fwd: Bug#366434: wget: Multiple 'Pragma:' headers not suppor ted]

2006-05-19 Thread Mauro Tortonesi
Herold Heiko wrote: From: Mauro Tortonesi [mailto:[EMAIL PROTECTED] i wonder if it makes sense to add generic support for multiple headers in wget, for instance by extending the --header option like this: wget --header=Pragma: xxx --header=dontoverride,Pragma: xxx2 someurl That could be

Re: -O switch always overwrites output file

2006-05-19 Thread Hrvoje Niksic
Mauro Tortonesi [EMAIL PROTECTED] writes: Toni Casueps wrote: I use Wget 1.10 for Linux. If I use -O and there was already a file in the current directory with the same name it overwrites it, even if I use -nc. Is this a bug or intentional? IMVHO, this is a bug. if hrvoje does not provide a

Re: links to follow

2006-05-19 Thread Andrea Rimicci
At 2006-05-19 16:18, Mauro Tortonesi wrote: Andrea Rimicci wrote: Hi all, I'd like retrieve a web document where some links are coded in javascript calls, so I'd like instruct wget when a something like JSfunc('my/link/to/follow/') is matched, he recognize 'my/link/to/follow/' as a link to

Re: recursive download

2006-05-19 Thread Steven M. Schweda
From: Mauro Tortonesi [...] this is one of the pending bugs that will be fixed before the upcoming 1.11 release. At the risk of beating a dead horse yet again, is there any chance of getting the VMS changes into this upcoming 1.11 release?