cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: FTPS Attempt Not Using SSL

From: SuperWare Support <thesupermanager_at_gmail.com>
Date: Sun, 30 Oct 2011 15:14:53 -0400

Daniel,

Thanks for your response. I followed the instructions by Andrei Jakab,
"Using libcurl with SSH support in Visual Studio 2008". I compiled libssh2
and then set the pre-processor directives in that manual. I assumed that
would enable SSH support. Different than his manual, however, I did compile
it to a series of DLLs, libssh2.dll and libcurl.dll.

Libcurl is returning error 67.

Thanks,
David
 

-----Original Message-----
From: Daniel Stenberg [mailto:daniel_at_haxx.se]
Sent: Sunday, October 30, 2011 2:46 PM
To: info_at_thesupermanager.com; libcurl development
Subject: Re: FTPS Attempt Not Using SSL

On Sat, 29 Oct 2011, SuperWare Support wrote:

> I have tried to adapt the ftpupload.c example to upload to an FTPS
> server. I have gotten it to compile and run, but when I execute it the
> server is reporting the following:

Are you sure your libcurl version has SSL support built-in?

> curl_easy_setopt(curl, CURLOPT_USE_SSL, CURLUSESSL_ALL);

If you checked the return codes of your curl function invokes you would
possibly have noticed this.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2011-10-30