Back to product page
- Introduction
- License agreement
- Classes
- Enumerations
- Exceptions
- WeOnlyDo.Client.FtpDLX
- Properties
- Authentication
- Blocking
- BufferSize
- Certificate
- Compression
- DirFormat
- DirItems
- Encryption
- Hostname
- KeepAlive
- LastError
- ListItem
- ListParams
- LocalPath
- Login
- MaxTransferRate
- Passive
- Password
- Port
- PreserveDates
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- PublicKeyOpenSSH
- PublicKeySSH
- RemotePath
- Resume
- SecureMethod
- SmartGet
- SmartPut
- State
- StrictHost
- Tag
- Timeout
- Timezone
- TransferMode
- TransferRate
- TransferTime
- UseIPv6
- Version
- Methods
- Events
- Properties
- WeOnlyDo.Client.DirItemsCollection
- WeOnlyDo.Client.DirItem
- How to get support?
EncryptionMethods Enumeration
Possible encryption algorithms that can be used in SFTP and FTPS protocols.
Remarks
Members
Member | Description |
---|---|
Auto | Automatically chosen |
Des | DES algorithm |
TripleDes | 3DES algorithm |
Blowfish | Blowfish algorithm |
Aes | AES algorithm, automatically selected block size |
Aes128 | AES algorithm with block size = 16 |
Aes192 | AES algorithm with block size = 24 |
Aes256 | AES algorithm with block size = 32 |
None | No encryption is used. |
Use these constants with Encryption property.