SFTP Object
 
Syntax
 
SFTP.ForceCipher As String
 
Description
Set to one of the following encryption algorithms to force that cipher to be used. By default, the component will automatically choose the first cipher supported by the server in the order listed here: "aes256-ctr", "aes128-ctr", "aes256-cbc", "aes128-cbc", "twofish256-cbc", "twofish128-cbc", "blowfish-cbc", "3des-cbc", "arcfour128", "arcfour256". (If blowfish is chosen, the encryption strength is 128 bits.)
 
Important: If this is property is set and the server does NOT support then encryption algorithm, then the Connect will fail.
 
See Also