curl-library
Does curl support FTPS?
From: Wei Weng <wweng_at_kencast.com>
Date: Tue, 08 Aug 2006 18:02:40 -0400
Date: Tue, 08 Aug 2006 18:02:40 -0400
I set up a local windows computer with servU server with FTPS support.
And did a quick curl ftps://192.168.1.227/cache.log, trying to retrieve
the file cache.log. But I get an error message:
curl (7): couldn't connect to host.
However, I can retrieve the file with curl ftp://192.168.1.227/cache.log
(so the server is there). And I can connect to the FTPS and retrieve the
cache.log file with SmartFTP client under windows.
I am using curl 7.15.3, supposedly with ftps support build in.
(I ran curl --version and got this:
curl --version
.....
Protocols:..... ftps
Thanks
Wei Weng
Received on 2006-08-09