cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: FTPS transmission requirements

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 20 Aug 2007 23:06:04 +0200 (CEST)

On Mon, 20 Aug 2007, Floyd, Margaret wrote:

> 1. It must support Explicit FTPS

check

> 2. It must start the encryption with the AUTH TLS command.

check, at least if you use libcurl. curl currently has no option to alter
which of the SSL and TLS AUTH options it tries first.

> 3. It must support the presentation of a X.509 digital certificate

The presentation? I'm not sure what you want here so I'm not sure.

> 4. Must support SSLv3 or higher

check

5. Must support passive transmission

check (not that the actual transmission is passive but I think I know what
you meant - it is the connection behaviour that is called "passive")

> 6. Must support address substitution for passive transmissions

address substitution how?

> Does Curl meet all of these requirements?
>
> If so, how do I get to do 2 and particularly 6.

#2 --ftp-ssl-reqd and could #6 possibly be --ftp-skip-pasv-ip ?

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2007-08-20