cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl ftps

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 2 Mar 2011 22:07:56 +0100 (CET)

On Tue, 1 Mar 2011, kalin m wrote:

> # curl -vvvv --ftp-ssl -k -3 'ftp://user:pass@xx.xx.xx.xx/in/' -T test900 --ftp-ssl-control
> * About to connect() to xx.xx.xx.xx port 21 (#0)
> * Trying xx.xx.xx.xx... Connection timed out
> * couldn't connect to host
> * Closing connection #0
>
> curl: (7) couldn't connect to host

This problem has nothing to do with FTPS. You simply fail to establish a
TCP connection to the FTP server on port 21. Presumably due to a firewall or
similar.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2011-03-02