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 di

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: passive-ftp as default

2003-12-11 Thread Thomas Lussnig
Hrvoje Niksic wrote: 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 de

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

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, whic

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 conv

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 l

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 downl

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 much

Re: [PATCHES] wget patches applied in mandrake linux

2003-12-11 Thread Hrvoje Niksic
Thierry Vignaud <[EMAIL PROTECTED]> writes: >> Also, the French translation should be taken with the French >> translation team at the GNU Translation Project. I normally take my >> translations from the TP. > > hum. it's an obvious typo I know, but the problem is twofold: 1. I don't know Frenc

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

Re: php generated site

2003-12-11 Thread Hrvoje Niksic
Roman Bednarek <[EMAIL PROTECTED]> writes: > Is there a way to do this with wget? Unfortunately, this is currently not possible (without modifying the source code, that is).

php generated site

2003-12-11 Thread Roman Bednarek
Hi. I am using 1.9.1 version of wget under Windows. I am trying to recursively download some pages from a site. All pages on the site are generated by a php script index.php, I tried to limit the pages to download based on the arguments to the index.php script. For example: http:site/index.php

Re: [PATCHES] wget patches applied in mandrake linux

2003-12-11 Thread Hrvoje Niksic
Thierry Vignaud <[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? I'm primarily

Re: Please help

2003-12-11 Thread Hrvoje Niksic
"Bretton Ford" <[EMAIL PROTECTED]> writes: > wget --http-user=username --http-passwd=password -P=c:\temp -nd Note that `-P=c:\temp' is wrong, `=' is allowed only with long options. You can use `-P c:\temp' or even `-Pc:\temp'. > http://www.sophos.com/downloads/ide/*.zip You cannot use globbing

[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 @@ }

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 have