cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Sat, 11 Aug 2007 20:30:46 -0700

On Sat, Aug 11, 2007 at 09:54:55PM -0400, Humayun Bhyat wrote:
> When using the cURL CLI, and connection to a FileZilla server setup with
> SSL/TLS support enabled I am gett the following error:
>
> curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol

From the log, it looks like the server doesn't encrypt the data channels,
only the control channel. Try adding the --ftp-ssl-ccc option, or using
a ftp: URL instead of a ftps: URL.

> Everything works with plain FTP Also when I try using sftp, I get the
> folllowing :
>
> curl: (1) libcurl was built without LIBSSH2, scp: not supported!
>
> What version of the curl CLI should I be using to get sftp support.

Note that ftps has nothing to do with sftp. If you want sftp support, you
need to use a version of curl that was compiled with support for it.

>>> Dan

-- 
http://www.MoveAnnouncer.com              The web change of address service
          Let webmasters know that your web site has moved
Received on 2007-08-12