cURL / Mailing Lists / curl-users / Single Mail

curl-users

ftp/tftp connect message

From: Gisle Vanem <giva_at_bgnett.no>
Date: Wed, 28 Mar 2007 06:32:09 +0200

Trying to connect to a non-existant host, gives me these verbose
messages with the tftp and ftp protocols:

>curl -v ftp://10.0.0.45
* Couldn't find host 10.0.0.45 in the _netrc file, using defaults
* About to connect() to 10.0.0.45 port 21 (#0)
* Trying 10.0.0.45... connected
* Connected to 10.0.0.45 (10.0.0.45) port 21 (#0)
* FTP 0xb76080 state change from STOP to WAIT220

>curl -v tftp://10.0.0.45
* Couldn't find host 10.0.0.45 in the _netrc file, using defaults
* About to connect() to 10.0.0.45 port 69 (#0)
* Trying 10.0.0.45... connected
* Connected to 10.0.0.45 (10.0.0.45) port 69 (#0)
* set timeouts for state 0; Total 30, retry 5 maxtry 6
* TFTP_STATE_START
* TFTP_STATE_START

Other protocols behave correctly. I cannot see ATM why ftp/tftp
behave differently. Should be corrected IMHO.

curl 7.16.2-CVS on Win32/MIngW.

--gv
Received on 2007-03-28