curl-users
RE: FTPS transmission requirements
Date: Tue, 21 Aug 2007 08:51:49 -0400
Thanks so much. The reply is very helpful.
On Number 3 from what I understand, on the first transmission (or maybe
during some setup step) the bank will send the certificate, and I guess
I will need to store it on my server, so it can be used in subsequent
transmissions. I have asked them for more information on how this will
work, but I guess I will have to wait until I get it.
On number 6, I am also unsure, but I will try your suggestion
Thanks again
Margaret
-----Original Message-----
From: curl-users-bounces_at_cool.haxx.se
[mailto:curl-users-bounces_at_cool.haxx.se] On Behalf Of Daniel Stenberg
Sent: Monday, August 20, 2007 5:06 PM
To: the curl tool
Subject: Re: FTPS transmission requirements
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.htmlReceived on 2007-08-21