cURL / Mailing Lists / curl-users / Single Mail

curl-users

FTPS command order

From: Sachin Sisodia <sachin.sisodia_at_gmail.com>
Date: Fri, 2 Feb 2007 14:15:15 +0800

Hi All,

We have configured FTPS port at our end and doing testing it using curl.

Can anyone tell me the exact FTPS command for secure server logon:

   1. AUTH TLS, USER, PASS, PBSZ,PROT
   2. AUTH TLS, PBSZ,PROT, USER, PASS
   3. USER ,AUTH TLS, PBSZ,PROT, PASS
   4. USER, AUTH TLS, PASS ,PBSZ,PROT
   5. AUTH TLS, USER ,PBSZ,PROT, PASS
   6. USER, PASS ,AUTH TLS, PBSZ,PROT

As we always expecting client certificate so I believe USER/PASS is not
required. Is option 1 and 2 is ok. Which one is better?

I would appreciate for any response on this.

Regards

Sachin
Received on 2007-02-02