NULL ptr assertion failed

2004-12-02 Thread Mads Martin Joergensen
Hey alltogether, With this .netrc: machine localhost default login anonymous password joe@ I get this: $ wget ftp.kernel.org/pub/linux/kernel/v2.0/patch-2.0.1.gz --13:03:13-- http://ftp.kernel.org/pub/linux/kernel/v2.0/patch-2.0.1.gz = `patch-2.0.1.gz' wget: xmalloc.c:186:

-O- and -c bug

2004-12-02 Thread Bob Arctor
hello. recently i tried to downoad a link directly to an CD by using wget -O- -c http://site/file.iso | cdrecord dev=[device] - everything was fine to the moment when connection died, wget started downloading of the file _from byte 0_ it seems -c doesn't recognize that when one uses -O-

Bugreport: wget and ssl via proxy

2004-12-02 Thread Volker Westphal
Hello, I try to use wget to fetch SSL-protected files. The use of a proxy is mandantory in my case, so I use the following commands on my linux box: export http_proxy=http://user:[EMAIL PROTECTED]:3128 export https_proxy=http://user:[EMAIL PROTECTED]:3128 (10.2.4.33 is the IP

Re: Bugreport: wget and ssl via proxy

2004-12-02 Thread Mads Martin Joergensen
* Volker Westphal [EMAIL PROTECTED] [Dec 02. 2004 16:36]: Hello, I try to use wget to fetch SSL-protected files. The use of a proxy is mandantory in my case, [...] Are you sure your wget is compiled with ssl support? -- Mads Martin Joergensen, http://mmj.dk BÅK!

Re: Bugreport: wget and ssl via proxy

2004-12-02 Thread Jim Wright
export http_proxy=http://user:[EMAIL PROTECTED]:3128 export https_proxy=http://user:[EMAIL PROTECTED]:3128 Should both environment variables be identical? How does the proxy know that you are using ssl in the second case? Jim On Thu, 2 Dec 2004, Volker Westphal wrote: