What is encryption method used by RA FTP v4.1 agent.
The RA FTP agent relies on the jsch.jar for encryption. The current version of RA FTP, uses jsch v0.1.55, and supports the following:
Cipher: blowfish-cbc,3des-cbc, aes128-cbc, aes192-cbc, aes256-cbc, aes128-ctr,aes192-ctr, aes256-ctr,3des-ctr, arcfour,arcfour128, arcfour256
Older versions of RA FTP used jsch v0.1.54, but we do not see that any ciphers were added since then.