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
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:
The Count(object) 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.