FTP libcurl FAILURE WHEN RECEIVING DATA FROM THE PEER

Hi
I integrated the Ftpmanager with Libcurl in my program app
I have a problem with the hot server (ftp), I have the message
‘FAILURE WHEN RECEIVING DATA FROM THE PEER’

Is this a problem with the firewall?

Thanks for your help

See DebugView log, it contains detailed information.

The concerned server is secure
I access the server with the Ftpmanager example by retrieving the server name
I receive a timeout response
How to integrate tls 1.2 in the example,

ALLA

Add a call of curl.SetSSLVersion(CURL_SSLVERSION_TLSv1_2)

Hi Alla, as a minor aside, I’m implementing some functionality from libcurl as well.

I’d be interested to see your implementation of curl_slist_append(), if you’re willing to share a bit of code (map, prototype etc). I’m not confident I’ve got it right.

Thanks.

Andrew.