Back to product page

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:
objectAn expression evaluating to an object of type FtpUser.
valueA 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.

Platforms

Windows