wodFTPServer ActiveX Control - EncryptionsEnum Enumeration
    
 

Description

These constants define possible encryption algorithms that can be used in SFTP and FTPS protocols. Values from 10 and above are restricted only for FTPS protocol (SSL layer). Values before 10 can be applied both to SFTP and FTPS, if supported by the client.


Members
Constant Value Description
 encAny 0 Anything suitable, selected by wodFtpDLX component.
 encDES 1 DES encryption
 enc3DES 2 3DES encryption
 encAES 3 AES encryption
 encBLOWFISH 4 BLOWFISH encryption
 encAES128 5 AES 128bit encryption
 encAES192 6 AES 192bit encryption
 encAES256 7 AES 256bit encryption
 encDH 10 DH encryption
 encADH 11 ADH encryption
 encRC2 12 RC2 encryption
 encRC4 13 RC4 encryption
 encIDEA 14 IDEA encryption