| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: ftps using curl to filezilla server
From: Armel Asselin <asselin.armel_at_wanadoo.fr>
Date: Wed, 11 Oct 2006 19:50:21 +0200
basically:
Is it ok with that?
Regards
Please can you help how to implement this using libcurl through code .
I tried use ftp in url , and use curl SSL options. It is taking as ordinary ftp and not enabling ssl featues..
I think you have tried ftps with filezilla through libcurl .
Please help !
Thanks in advance,
Regards
Kuriakose
********************************************************************************************************
This e-mail and attachments contain confidential information from HUAWEI, which is intended only for the person or entity whose address is listed above. Any use of the information contained herein in any way (including, but not limited to, total or partial disclosure, reproduction, or dissemination) by persons other than the intended recipient's) is prohibited. If you receive this e-mail in error, please notify the sender by phone or email immediately and delete it!
------------------------------------------------------------------------------
From: curl-library-bounces_at_cool.haxx.se [mailto:curl-library-bounces_at_cool.haxx.se] On Behalf Of Armel Asselin
for some reason, libcurl ftps expects data connection to be encrypted without telling PROT P, but FileZilla expects the contrary.
the technic is to use simple ftp:// then upgrade with PROT P, and there it works.
in fact from what I could read here and there, implicit protection (ftps) is rather obsolete, however, like you, I would have found that cool to have this works directly [one way could be to send PROT P unconditionnaly in ftps mode, it would not be understood by very old ftp implemtentations other SSL, and would be by newer ones, which consequently would make the server and libcurl expect the same thing]
Armel
----- Original Message -----
From: kuriakose
To: curl-library_at_cool.haxx.se
Sent: Tuesday, October 10, 2006 7:01 AM
Subject: ftps using curl to filezilla server
Hi,
While connecting to filezilla server 0.9.19 through curl using ftps , iam getting the following error .
I am setting the CAPATH and CAINFO.
Please help!!!
Doing the SSL/TLS handshake on the data stream
successfully set certificate verify locations:
CAfile: certificate.crt
CApath: .
SSL re-using session ID
error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
DO-MORE phase ends
Connection #0 to host localhost left intact
Closing connection #0
---------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info