Re: Bug with wget ? I need help.

2002-06-21 Thread Cédric Rosa

thanks for your help :)
I'm installing version 1.9 to check. I think this update may solve my
problem.

Cedric Rosa.

- Original Message -
From: "Hack Kampbjørn" <[EMAIL PROTECTED]>
To: "Cédric Rosa" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, June 21, 2002 7:27 PM
Subject: Re: Bug with wget ? I need help.


> Cédric Rosa wrote:
> >
> > Hello,
> >
> > First, scuse my english but I'm french.
> >
> > When I try with wget (v 1.8.1) to download an url which is behind a
router,
> > the software wait for ever even if I've specified a timeout.
> >
> > With ethereal, I've seen that there is no response from the server (ACK
> > never appears).
> >
> This a documented behavior, because of programming issues the timeout
> does not cover the connection but only response after a connection has
> been established. For version 1.9 the timeout option will also cover the
> connection.
>
>
http://cvs.sunsite.dk/viewcvs.cgi/*checkout*/wget/NEWS?rev=HEAD&content-type
=text/plain
>
> > Here is the debug output:
> > rosa@r1:~/htmlparser1.1/lib$ wget www.sosi.cnrs.fr
> > --16:30:54-- http://www.sosi.cnrs.fr/
> > => `index.html'
> > Resolving www.sosi.cnrs.fr... done.
> > Connecting to www.sosi.cnrs.fr[193.55.87.37]:80...
> >
> > Thanks by advance for your help.
> > Cedric Rosa.
>
> --
> Med venlig hilsen / Kind regards
>
> Hack Kampbjørn




Re: Bug with wget ? I need help.

2002-06-21 Thread Hack Kampbjørn

Cédric Rosa wrote:
> 
> Hello,
> 
> First, scuse my english but I'm french.
> 
> When I try with wget (v 1.8.1) to download an url which is behind a router,
> the software wait for ever even if I've specified a timeout.
> 
> With ethereal, I've seen that there is no response from the server (ACK
> never appears).
> 
This a documented behavior, because of programming issues the timeout
does not cover the connection but only response after a connection has
been established. For version 1.9 the timeout option will also cover the
connection.

http://cvs.sunsite.dk/viewcvs.cgi/*checkout*/wget/NEWS?rev=HEAD&content-type=text/plain

> Here is the debug output:
> rosa@r1:~/htmlparser1.1/lib$ wget www.sosi.cnrs.fr
> --16:30:54-- http://www.sosi.cnrs.fr/
> => `index.html'
> Resolving www.sosi.cnrs.fr... done.
> Connecting to www.sosi.cnrs.fr[193.55.87.37]:80...
> 
> Thanks by advance for your help.
> Cedric Rosa.

-- 
Med venlig hilsen / Kind regards

Hack Kampbjørn



Fwd: Bug with wget ? I need help.

2002-06-21 Thread Cédric Rosa

It seems to be the default timer that can't be overwritten.

--17:12:19--  http://www.sosi.cnrs.fr/
=> `index.html'
Resolving www.sosi.cnrs.fr... done.
Connecting to www.sosi.cnrs.fr[193.55.87.37]:80... failed: Connection timed 
out.
Giving up.
--17:26--

Someone can reproduce this problem ?


>Date: Fri, 21 Jun 2002 16:37:02 +0200
>To: [EMAIL PROTECTED]
>From: Cédric Rosa <[EMAIL PROTECTED]>
>Subject: Bug with wget ? I need help.
>
>Hello,
>
>First, scuse my english but I'm french.
>
>When I try with wget (v 1.8.1) to download an url which is behind a router,
>the software wait for ever even if I've specified a timeout.
>
>With ethereal, I've seen that there is no response from the server (ACK
>never appears).
>
>Here is the debug output:
>rosa@r1:~/htmlparser1.1/lib$ wget www.sosi.cnrs.fr
>--16:30:54-- http://www.sosi.cnrs.fr/
>=> `index.html'
>Resolving www.sosi.cnrs.fr... done.
>Connecting to www.sosi.cnrs.fr[193.55.87.37]:80...
>
>Thanks by advance for your help.
>Cedric Rosa.




RE: Bug with wget ? I need help.

2002-06-21 Thread Herold Heiko

Try telnet www.sosi.cnrs.fr 80
if it connects type GET / HTTP/1.0 followed by two newlines. If you don't
get the output of the webserver you probably have a routing problem or
something else.

Heiko 

-- 
-- PREVINET S.p.A.[EMAIL PROTECTED]
-- Via Ferretto, 1ph  x39-041-5907073
-- I-31021 Mogliano V.to (TV) fax x39-041-5907472
-- ITALY

> -Original Message-
> From: Cédric Rosa [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 21, 2002 4:37 PM
> To: [EMAIL PROTECTED]
> Subject: Bug with wget ? I need help.
> 
> 
> Hello,
> 
> First, scuse my english but I'm french.
> 
> When I try with wget (v 1.8.1) to download an url which is 
> behind a router,
> the software wait for ever even if I've specified a timeout.
> 
> With ethereal, I've seen that there is no response from the 
> server (ACK
> never appears).
> 
> Here is the debug output:
> rosa@r1:~/htmlparser1.1/lib$ wget www.sosi.cnrs.fr
> --16:30:54-- http://www.sosi.cnrs.fr/
> => `index.html'
> Resolving www.sosi.cnrs.fr... done.
> Connecting to www.sosi.cnrs.fr[193.55.87.37]:80...
> 
> Thanks by advance for your help.
> Cedric Rosa.
> 



Bug with wget ? I need help.

2002-06-21 Thread Cédric Rosa

Hello,

First, scuse my english but I'm french.

When I try with wget (v 1.8.1) to download an url which is behind a router,
the software wait for ever even if I've specified a timeout.

With ethereal, I've seen that there is no response from the server (ACK
never appears).

Here is the debug output:
rosa@r1:~/htmlparser1.1/lib$ wget www.sosi.cnrs.fr
--16:30:54-- http://www.sosi.cnrs.fr/
=> `index.html'
Resolving www.sosi.cnrs.fr... done.
Connecting to www.sosi.cnrs.fr[193.55.87.37]:80...

Thanks by advance for your help.
Cedric Rosa.