Description
-
Return total number of users currently connected to FTP
server.
Property type
-
An Integer value.
Syntax
-
object.Count
The Count Property syntax has these parts:
| object |
An expression
evaluating to an object of type FtpUsers. |
Remarks
-
Count property will give you total number of users
currently connected to the server. New user is added to the
collection as soon as the client connects to the server
(prior to any authentication), and he is removed from the
collection when he closes his socket and leaves the
server.
To access specific client, use wodFTPD1.Users.Item(x) property.
|