Back to product page
- Introduction
- Overview
- License agreement
- Getting Started
- Objects
- Enumerations
- wodFTPD
- Methods
- Properties
- Authentication
- BindIP
- BindIPType
- Certificate
- DirFormat
- Encryption
- EncryptionList
- FileLocking
- FIPS
- ForceUTF8
- GoodbyeMessage
- GreetingMessage
- HMacList
- HostKeyList
- KeyExchangeList
- MaxDataPort
- MinDataPort
- MonitorTransfers
- MyHostname
- MyIP
- Notification
- PasvPort
- Port
- Protocol
- Secure
- ServerName
- SFTPVersion
- Status
- StrictDataIP
- Threads
- Timeout
- UseIPv6
- Users
- Version
- VirtualFiles
- VirtualFolders
- Events
- wodFTPDNotify
- FtpUser
- FtpUsers
- VirtualFile
- VirtualFiles
- VirtualFolder
- VirtualFolders
- How to get support?
- Technical information
- Fast notifications interface
- Error list
SecureProtocols
Define what SSL protocol to use with FTPS connections.
Remarks
These values are used only when FTPS connections are used, and when Protocol property is set to FTPS/FTPSImplicit.Members
Constant | Value | Description |
---|---|---|
ProtAll | 1 | TLS1/SSL3/SSL2 |
ProtSSL23 | 2 | SSL3/SSL2 |
ProtTLS1 | 3 | TLS1.0/TLS1.1/TLS1.2 |
ProtSSL3 | 4 | SSL3 |
ProtSSL2 | 5 | SSL2 |
ProtTLS10 | 6 | TLS1.0 |
ProtTLS11 | 7 | TLS1.1 |
ProtTLS12 | 8 | TLS1.2 |