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
BindIPType property
Determines when component binds interface.
Type
A BindTypes enumeration.Syntax
- Basic
Remarks
BindIPType property defines when will wodFTPServer bind interface specified in BindIP property - for Control connection, for Data connection, or for both connections. This allows you to, for example, force using one interface only for accepting incoming control connections, but allow using any other for data connections to speed up transfers.The settings for value are:
Constant | Value | Description |
---|---|---|
bindControl | 0 | Bind only control connection. |
bindData | 1 | Bind only data connection. |
bindBoth | 2 | Bind both control and data connection. |