Back to product page

Count property


Return total number of users currently connected to FTP server.

Type

An Integer value.

Syntax

  • Basic
object.Count
The Count(object) syntax has these parts:
objectAn 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.

Platforms

Windows