curl-users
Secure ftp
Date: Thu, 19 Jan 2006 16:42:42 +0100
Hello,
I'm trying to use the Curl command line to make a secure Ftp transfer
Here is my command:
Curl -ftp-ssl -T c:\curl13.txt ftp://webdemo
Here is the log:
* About to connect() to webdemo port 21
* Trying 192.168.1.11... connected
* Connected to webdemo (192.168.1.11) port 21
< 220-webdemo.ORIONBS.BE X2 WS_FTP Server 5.0.4.EVAL (614808391)
< 220-Thu Jan 19 16:18:43 2006
< 220-29 days remaining on evaluation.
< 220 webdemo.ORIONBS.BE X2 WS_FTP Server 5.0.4.EVAL (614808391)
> AUTH SSL
< 234 SSL enabled and waiting for negotiation
* successfully set certificate verify locations:
* CAfile: C:\curl-7.15.1\curl-ca-bundle.crt
CApath: none
* SSLv2, Client hello (1):
SSL connection timeout
* Closing connection #0
curl: (28) SSL connection timeout
I installed the curl-ca-bundle.crt on the server but I don't know what to do next.
Can somebody explain me why it doesn't work please ?
Thanks,
François
Received on 2006-01-19