Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodSFTP
- Methods
- Abort
- About
- AppendData
- AppendFile
- Connect
- DeleteFile
- DeleteFiles
- Disconnect
- ExtendedCmd
- GetAttributes
- GetData
- GetDataAt
- GetFile
- GetFileAt
- GetFiles
- ListAttributes
- ListDir
- ListNames
- LoopFiles
- MakeDir
- PutData
- PutDataAt
- PutFile
- PutFileAt
- PutFiles
- RealPath
- RemoteClose
- RemoteOpen
- RemoteRead
- RemoteWrite
- RemoveDir
- Rename
- SetAttributes
- SetAttributes64
- Properties
- Authentication
- Blocking
- BufferSize
- ClientName
- Compression
- Encryption
- EncryptionList
- ErrorText
- Extensions
- FingerPrint
- FIPS
- HMacList
- Hostname
- KeepAlives
- KeyExchangeList
- KeySignatureList
- LastError
- ListItem
- LocalPath
- Login
- MaxTransferRate
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- RemotePath
- Resume
- ServerErrorCode
- ServerErrorText
- State
- StateText
- Timeout
- Timezone
- TransferMode
- TransferRate
- TransferTime
- UseIPv6
- Version
- Events
- Methods
- IwodSFTPNotify
- SftpItem
- SftpItems
- How to get support?
- Technical information
- Fast notifications interface
- Error list
EncryptionsEnum enumeration
This list shows all the encryption algorithms that can be used during a session with the remote server.
If set to encAny, wodSFTP will try to use the AES encryption algorithm first, if it is supported by the remote server.
DES encryption is not automatically used when encAny is specified as it has been proven to be unsafe. If you want to use it, you must explicitly set it in the Encryption property.
If set to encAny, wodSFTP will try to use the AES encryption algorithm first, if it is supported by the remote server.
DES encryption is not automatically used when encAny is specified as it has been proven to be unsafe. If you want to use it, you must explicitly set it in the Encryption property.
Remarks
Possible values for EncryptionsEnum:
Constant | Value | Description |
---|---|---|
encAny | 0 | Anything suitable, selected by wodSFTP component. |
encDES | 1 | DES encryption |
enc3DES | 2 | 3DES encryption |
encAES | 3 | AES encryption |
encBLOWFISH | 4 | BLOWFISH encryption |
encAES128 | 5 | AES128 encryption |
encAES192 | 6 | AES192 encryption |
encAES256 | 7 | AES256 encryption |
encCAST128 | 8 | CAST128 encryption |
encAEScbc | 9 | AES-cbc encryption |
encAESctr | 10 | AES-ctr encryption |