Re: More flexible URL file name generation

2003-09-19 Thread Jochen Roderburg
Hrvoje Niksic wrote: This patch makes URL file name generation a bit more flexible and, hopefully, better for the end-user. Hi Hrvoje, I've tried out that patch under Linux. To be precisely I used the complete source code from Heiko Herold's website which had this patch already incorporated.

Re: mirror

2003-09-19 Thread Ryan Underwood
Hi, On Thu, Sep 18, 2003 at 01:31:35PM +0200, Thijs Thiessens wrote: Hey! How can I mirror a small ftp location using wget? I want to sync the ftp location with a local location. Or is it better to use another program? man wget is your friend. hint: wget -np -m

Re: non-recursion

2003-09-19 Thread Hrvoje Niksic
Doug Kaufman [EMAIL PROTECTED] writes: On Thu, 18 Sep 2003, Hrvoje Niksic wrote: modifying advance_declaration() in html-parse.c. A future version of Wget will probably parse comments in a non-compliant fashion, by considering everything between !-- and -- to be a comment, which is what

Problem with -k and -O name parameters

2003-09-19 Thread Sandro FERRAND
Hi A problem seems to appear if we use -k and -O name parameters. Wget change the name of the file then try to convert the old name file and didn't find the file. Cordialement Sandro FERRAND

Read error (Success) in headers using wget and ssl

2003-09-19 Thread Dimitri Ars
Hi, I'm having trouble connecting with wget to a site using SSL: wget https://145.222.135.165/index.htm --13:46:36-- https://145.222.135.165/index.htm = `index.htm' Connecting to 145.222.135.165:443... connected. HTTP request sent, awaiting response... Read error (Success) in

Re: Read error (Success) in headers using wget and ssl

2003-09-19 Thread Hrvoje Niksic
Dimitri Ars [EMAIL PROTECTED] writes: I'm having trouble connecting with wget to a site using SSL: [...] I can repeat this, but currently I don't understand enough about SSL to fix it. Christian, could you please help? wget https://145.222.135.165/index.htm --13:46:36--

Re: Read error (Success) in headers using wget and ssl

2003-09-19 Thread Doug Kaufman
On Fri, 19 Sep 2003, Hrvoje Niksic wrote: wget https://145.222.135.165/index.htm --13:46:36-- https://145.222.135.165/index.htm = `index.htm' Connecting to 145.222.135.165:443... connected. HTTP request sent, awaiting response... Read error (Success) in headers.