Please help

2003-12-11 Thread Bretton Ford
Hi Guys / Gals I am trying to use your application to retrieve a ZIP file from the Sophos website, but I'm receiving error doing so. The command that I'm using is as follows: wget --http-user=username --http-passwd=password -P=c:\temp -nd http://www.sophos.com/downloads/ide/*.zip I

[PATCHES] wget patches applied in mandrake linux

2003-12-11 Thread Thierry Vignaud
hi. i'm maintaining wget in mandrake linux distribution. here're some patches we apply on top of wget: - this patch print more usefull progression info: --- ./src/progress.c.orig 2003-09-23 22:48:10.0 +0200 +++ ./src/progress.c 2003-12-11 10:29:23.0 +0100 @@ -253,10 +253,58 @@ }

Re: [PATCHES] wget patches applied in mandrake linux

2003-12-11 Thread Thierry Vignaud
Hrvoje Niksic [EMAIL PROTECTED] writes: i'm maintaining wget in mandrake linux distribution. here're some patches we apply on top of wget: [...] Thanks for sharing the patches. The file names imply that they apply to different versions of Wget? Is this really the case? no, they'll

convert-links problems

2003-12-11 Thread Roman Bednarek
Hi. The --convert-links does not work always work correctly with -E option and with --restrict-file-names options. For example: index.php?s=a was saved as [EMAIL PROTECTED] but the links in other files were not converted with the -k option. I hope it can be fixed without

Filename when getting page requisites

2003-12-11 Thread Jim Farrand
Hi, I'm trying to create a little program which parses e-mails from Google News Alerts, downloads the referenced stories, and creates an index of the stories to make a sort of virtual scrapbook of new stories on a particular subject. I'm using wget --page-requisites (and other options) to

Re: Filename when getting page requisites

2003-12-11 Thread Hrvoje Niksic
Currently there is no way around it. In fact, the problem might get worse when we implement the support for the `Content-Disposition' header. My plan for a future version was to change the behavior of `-P' so that it works more like Mozilla's save entire web page. Then you could do something

Re: convert-links problems

2003-12-11 Thread Roman Bednarek
On Thu, 11 Dec 2003, Roman Bednarek wrote: Hi. The --convert-links does not work always work correctly with -E option and with --restrict-file-names options. For example: index.php?s=a was saved as [EMAIL PROTECTED] but the links in other files were not converted with

passive-ftp as default [was: Re: [PATCHES] wget patches applied in mandrake linux]

2003-12-11 Thread Noèl Köthe
Am Do, den 11.12.2003 schrieb Thierry Vignaud um 13:13: Hello, some patches that were site specific -- /etc/ in doc, passive ftp by default,... I configure passive-ftp as default in the Debian packages, too. Is it possible to make it the default for wget or is there a reason against it, which

Re: passive-ftp as default

2003-12-11 Thread Hrvoje Niksic
Noèl Köthe [EMAIL PROTECTED] writes: I configure passive-ftp as default in the Debian packages, too. Is it possible to make it the default for wget or is there a reason against it, which I dont see? IIRC passive FTP is not documented by RFC 959, so it wasn't the default. I don't have a

Re: passive-ftp as default

2003-12-11 Thread Daniel Stenberg
On Thu, 11 Dec 2003, Hrvoje Niksic wrote: IIRC passive FTP is not documented by RFC 959 It was. -- -=- Daniel Stenberg -=- http://daniel.haxx.se -=- ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol

Re: [PATCHES] wget patches applied in mandrake linux

2003-12-11 Thread Hrvoje Niksic
Thierry Vignaud [EMAIL PROTECTED] writes: Hrvoje Niksic [EMAIL PROTECTED] writes: i'm maintaining wget in mandrake linux distribution. here're some patches we apply on top of wget: [...] Thanks for sharing the patches. The file names imply that they apply to different versions of