cURL / Mailing Lists / curl-users / Single Mail

curl-users

curl: (28) FTP response timeout

From: Chris Cross <xcross_at_us.ibm.com>
Date: Sat, 22 Aug 2009 14:56:42 -0400

Hi,
Can you tell me what this error is? I'm testing with a deliberately slow
ftp server and see this with curl. If I use linux command line ftp, there
is no time out of the client.

$ curl -T file5M ftp://localhost:10000/home/user/test-file5M -v
* About to connect() to localhost port 10000 (#0)
* Trying 127.0.0.1... connected
* Connected to localhost (127.0.0.1) port 10000 (#0)
< 220 (IBM WebSphere DataPower)
> USER anonymous
< 331 password please
> PASS ftp_at_example.com
< 230 user logged in
> PWD
< 257 "/"
* Entry path is '/'
> CWD home
< 250 Working directory changed to /home
> CWD user
< 250 Working directory changed to /home/user
> EPSV
* Connect data stream passively
< 229 Entering Extended Passive Mode (|||47329|)
* Trying 127.0.0.1... connected
* Connecting to 127.0.0.1 (127.0.0.1) port 47329
> TYPE I
< 200 using image type
> STOR test-file5M
< 150 starting store
} [data not shown]
  % Total % Received % Xferd Average Speed Time Time Time
Current
                                 Dload Upload Total Spent Left
Speed
  0 5120k 0 0 0 16384 0 791k 0:00:06 --:--:-- 0:00:06
791k* Remembering we are in dir "home/user/"
100 5120k 0 0 100 5120k 0 88226 0:00:59 0:00:59 --:--:--
0* FTP response timeout
* control connection looks dead
100 5120k 0 0 100 5120k 0 87261 0:01:00 0:01:00 --:--:--
0* Closing connection #0

curl: (28) FTP response timeout

Thanks,
Chris

Chris Cross
DataPower Development
xcross_at_us.ibm.com
office 561-793-5110

-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-08-22