On Mon, Nov 15, 2010 at 2:44 PM, Aidan Diffey <[email protected]> wrote: > When Apache FTP server suggests a cipher to use for FTPS communications, > what is the default on it suggests?
FtpServer will default use whatever the JRE provides. > If I require the AES256 to be used, how can I set that to be the cipher to > use? You can configure a list of allowed cipher suites, see the configuration option "enabled-ciphersuites" here: http://mina.apache.org/ftpserver/listeners.html /niklas
