How to specify encryption algorithm? (wodFTPServer)
Hi,
I can't figure out how to determine the encryption algorithms available, or how to specify specific encryption algorithm(s) that the FTPS server requires (in our case it is 256-bit AES).
I see that there is an cryptoinformation method that gets called during login attempt which might allow me to filter out unallowed algorithms (can I use it to detect 256-bit AES? How?), but I would MUCH prefer to configure the allowed encrtyption algorithm(s) in the server rather than letting the client choose.
Also, how do you specify 256-bit AES encryption in FtpDLX?
Thanks,
Tim