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
Threads property
Determines if data socket is in separate thread.
Type
A Boolean value.Syntax
- Basic
object.Threads [= value]
The Threads(object,value) syntax has these parts:
The Threads(object,value) syntax has these parts:
object | An expression evaluating to an object of type FtpUser. |
value | A Boolean value. |
Remarks
This property determine if data connection (valid only for FTP and FTP properties!) is executed in separate thread, giving main application more processing time for accepting new users, repainting GUI etc.To define global threading, please consult wodFTPServer.Threads property.