Re: wget 1.10 alpha 1

2005-04-13 Thread Hrvoje Niksic
[EMAIL PROTECTED] (Steven M. Schweda) writes: #define VERSION_STRING 1.10-alpha1_sms1 Was there any reason to do this with a source module instead of a simple macro in a simple header file? At some point that approach made it easy to read or change the version, as the script dist-wget

Troubles with mirroring.

2005-04-13 Thread Andrzej
Hi! I want to make mirror of this site: http://znik.wbc.lublin.pl/ChemFan/ However that site also includes (has a link to) an archive on another server under the addresses: http://lists.man.lodz.pl/pipermail/chemfan/ ftp://ftp.man.lodz.pl/pub/doc/LISTY-DYSKUSYJNE/CHEMFAN so I want to download

Re: How can wget work with http proxy which support CONNECT method?

2005-04-13 Thread gu gu
On 4/13/05, Hrvoje Niksic [EMAIL PROTECTED] wrote: That's strange. I've never seen a proxy that doesn't support the former. Has this use of CONNECT become standard while I wasn't looking? How does it allow you to establish FTP data connections? Here is a log file of a successful download

Re: How can wget work with http proxy which support CONNECT method?

2005-04-13 Thread Hrvoje Niksic
gu gu [EMAIL PROTECTED] writes: On 4/13/05, Hrvoje Niksic [EMAIL PROTECTED] wrote: That's strange. I've never seen a proxy that doesn't support the former. Has this use of CONNECT become standard while I wasn't looking? How does it allow you to establish FTP data connections? Here is a

RE: wget 1.10 alpha 2

2005-04-13 Thread Herold Heiko
; garycao; Steven M.Schweda Subject: wget 1.10 alpha 2 dear friends, i have just released the second alpha version of wget 1.10: [snip] 20050413.diff Description: Binary data

Re: How can wget work with http proxy which support CONNECT method?

2005-04-13 Thread gu gu
On 4/13/05, Hrvoje Niksic [EMAIL PROTECTED] wrote: I understand how what FlashGet does works, but I don't think it is supported on most regular proxies. Consequently, it might not make sense to add ftp-through-CONNECT to Wget. What proxy software are you using? Do you have any clue as to

too many users

2005-04-13 Thread Leonid
Andrei, Yes, wget 1.9.1 consideres failure to connect as a fatal error and abandoned to re-try attempts. I have submitted several times a patch for fixing this and similar problems. Presumably, it will be inlcuded in the future wget 1.11 . If yoy need the fix now, you can find it the patch

Re: wget 1.10 alpha 2

2005-04-13 Thread Hrvoje Niksic
[EMAIL PROTECTED] writes: If possible, it seems preferable to me to use the platform's C library regex support rather than make wget dependent on another library... Note that some platforms don't have library support for regexps, so we'd have to bundle anyway.