cURL / Mailing Lists / curl-users / Single Mail

curl-users

Curl command for FTPS (TLS)

From: Sachin Sisodia <sachin.sisodia_at_gmail.com>
Date: Wed, 31 Jan 2007 17:06:29 +0800

Hi All,

We got a requirement to test the FTPS (over TLS). Earlier we were using FTPS
(over SSL) and post file to our server and invoke its service through the
following curl command:

curl -E RANG00001-CC.pem --key RANG00001-CC-KEY.pem -k -v --connect-timeout
300 -T file_3MB.txt -P 10.172.30.90 --ftp-ssl
ftp://10.171.44.97:8003/ns/TransportFTPS/putPlainFile/BMWEBILLSUNEDIFACTPAYMUL

I would appreciate if anyone can let me know what changes are required in
above command to post file over TLS instead of SSL.

Thanks in advance.

Regards

Sachin
Received on 2007-01-31