curl-library
Re: Lib Curl not uploading file while FTPS
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Tue, 7 Dec 2004 10:25:45 +0100 (CET)
Date: Tue, 7 Dec 2004 10:25:45 +0100 (CET)
On Tue, 7 Dec 2004, vamsi wrote:
> I am new to this FTPS Stuff.So i have a dumb question on what exactly is
> this "Encrypted Data Connection is?".
It means it sets up the data connection encrypted with SSL, using the "PROT P"
command.
> I mean to ask should i configure the wrapper to enable it to support the
> encrypted data connection as well?
The "wrapper" should of course act the way libcurl asks it to, since libcurl
instructs the server how to setup the data connection.
> Or is there a way that i can make lib-curl to skip encrypting the data.
FTPS with libcurl will _always_ attempt to encrypt the data if the server
responds ok to the PROT P command.
-- Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se Dedicated custom curl help for hire: http://haxx.se/curl.htmlReceived on 2004-12-07