7 Jul 2006 22:53
Re: Reg: Conversion from FTP to FTPS
Daniel Stenberg <daniel <at> haxx.se>
2006-07-07 20:53:21 GMT
2006-07-07 20:53:21 GMT
On Wed, 5 Jul 2006, Deepesh Damodaran wrote: (for libcurl stuff I recommend using the curl-library list which is made for that) > One of our software uses "7.10.3" version of this library which I guess > doesn't support FTP over SSL. Correct. It is only supported "for real" since 7.11.0. > 1) Is it enough if I just update the library & provide appropriate > options to curl_easy_setopt() Yes if you want to. > 2) I also need to have CA Certs on my system to be passed as parameter to > curl_easy_setopt() Will FTP over SSL work without SSL Certs ?? If you disable peer verifying you can do that. Of course that takes away a huge portion of the whole idea behind using SSL but that's your choice. -- -- Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
RSS Feed