cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Passive mode with FTPS connection

From: AMBROSINI Marco <m.ambrosini_at_itcgr.net>
Date: Thu, 7 May 2009 14:51:48 +0200

>> I'm using curl-7.19.4 (win 32) - libcurlnet-1_3 and I have a
question: the
>> ftps server admin, I'm trying to connect to, sent me the url and the
account
>> used to connect to the ftps server. After he wrote:
>>
>> FTPS Configuration :
>> -FTPES over explicit
>> -Passive mode
>>
>> The first should mean that the url must be ftp:// and after I specify
the
>> usage of SSL. Is it ok?

>Yes, CURLOPT_USE_SSL in libcurl lingo.

Sorry, what does "CURLOPT_USE_SSL in libcurl lingo" mean?
myEasy.SetOpt(CURLoption.CURLOPT_FTP_SSL, CURLftpSSL.CURLFTPSSL_ALL) or
myEasy.SetOpt(CURLoption.CURLOPT_FTPSSLAUTH,
CURLftpAuth.CURLFTPAUTH_SSL) ?

Regards,
Received on 2009-05-07