From: Mark Phillips <[EMAIL PROTECTED]>

markp> >Are you using an FTP server that supports the AUTH SSL or AUTH TLS method?
markp> >Does your FTP client support the AUTH SSL or AUTH TLS method?
markp> 
markp> 
markp>          The FTP client (NetFinder - 
markp> http://www.ozemail.com.au/~pli/netfinder) documentation says it can use 
markp> SSL-encryption based on OpenSSL.
markp> 
markp>          I've added the following lines to /etc/services:
markp> 
markp> ftps-data    989/tcp   # ftp protocol, data, over TLS/SSL
markp> ftps         990/tcp   # ftp protocol, control, over TLS/SSL
markp> 
markp>          and to /etc/inetd.conf:
markp> 
markp> ftps  stream  tcp     nowait  root    /usr/sbin/in.tcpd 
markp> /usr/local/sbin/sslwrap -cert /usr/certs/sslwrap.pem -port 351
markp> 
markp> ftps-data     stream  tcp     nowait  root    /usr/sbin/in.tcpd 
markp> /usr/local/sbin/sslwrap -cert /usr/certs/sslwrap.pem -port 989

I think the question was if it supports what is written in
draft-murray-auth-ftp-ssl-05.txt.

However, since that's a draft, I hardly see it appropriate to
implement in a wide-spread fashion yet...

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis             -- [EMAIL PROTECTED]
           Member of the OpenSSL development team

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to