I have that link as well, and at the bottom of the list there are about 3 Java libraries that implement the protocol, but they are not open source.
-----Original Message----- From: David Tonhofer, m-plify S.A. [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 2:08 AM To: Jakarta Commons Users List Subject: Re: Commons Net : FTP over SSL and yes I have read the archive :) Let me butt in a second: There is an FTP extension whereby you can have the FTP control channel and/or the FTP data channel on top of TLS. This is commonly called 'AUTH TLS', i.e. when the client connects, it asks 'AUTH TLS' and the data channel is TLS-ed by the server. For more details: http://www.ford-hutchinson.com/~fh-1-pfh/ftps-ext.html --On Friday, April 23, 2004 2:51 PM +1200 Simon Kitching <[EMAIL PROTECTED]> wrote: > On Fri, 2004-04-23 at 14:35, Jeffrey D. Brekke wrote: >> I haven't seen anything about this either, but if you do find out some >> information, please share it with us via this list or the wiki. >> >> Thanks. >> >> >>>>> On Thu, 22 Apr 2004 09:45:18 -0700, Roger Tanuatmadja <[EMAIL PROTECTED]> said: >> >> > Hi, I need to implement FTP over SSL or ideally use an existing >> > library if someone can point me out to some package they know. >> >> >> From the archive there was only one post I could find regarding how >> >> to >> > implement this, something having to do with using J2SE1.4 which we >> > are using and implementing the ...commons.net.SocketFactory, etc >> > ,etc and calling a setSocketFactory. Can anyone provide any pointers >> > on whether this is sufficient. I am quite worried about handshaking >> > as well. Sample code would obviously be the most useful. >> > > Could you explain to me what you mean by "ftp over SSL"? > > I am familiar with SFTP, and with FTP over an SSH tunnel. > And https, which is http over ssl. > > But ftp over SSL? > > Thanks, > > Simon > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
