Re: using SSL with FTPServer

2008-10-07 Thread Niklas Gustavsson
On Mon, Oct 6, 2008 at 4:01 PM, David Latorre [EMAIL PROTECTED] wrote: I don't know if the docs are correct when it is said that the 'data channel' is only encrypted in passive mode. I think last time I checked, the data channel was encrypted in active mode too. Can anybody confirm one of

Re: using SSL with FTPServer

2008-10-06 Thread David Latorre
Phlogiston, SSL configuration is explained at the docs. I guess you have to -at least- set the keystore file and the keystore password. FtpServer comes with a keystore file you can use for this. Otherwise, google for instructions on using keytool to generate a self-signed certificate. You don't

using SSL with FTPServer

2008-10-05 Thread Phlogiston Eight
I see that FTPServer comes with support for SSL. If you want to start using it, what are the series of steps you must take to enable it? I know you would set isImplicitSSLEnabled = true, but what else must you do to set up FTPServer to use SSL?