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
AuthenticationsEnum enumeration
These constants define what type of authentication should be performed by the client to access your server.
Remarks
It is used in Authentication property. As you can see, you can make users require both the certificate and the password to access, but you could also allow connections without any authentication - this depends on you, and how you need to open your services.Constant | Value | Description |
---|---|---|
authBoth | 0 | Require both authentications. |
authPassword | 1 | Allow password authentication. |
authCertificate | 2 | Allow public key authentication. |
authNone | 3 | No authentication required. |
authAny | 4 | Allow any. |