Linux Commands Helper
💬 Your AI-powered Linux assistant
ftpcount Command - Show Number of Current FTP Users
The ftpcount command displays the current number of users connected to the FTP server. It is typically used with ProFTPD servers to monitor active sessions.
Syntax
ftpcount [options]
Examples
ftpcount
Show the number of current FTP users on the server.
ftpcount -v
Show detailed information about current FTP users.
Notes
- Primarily used with ProFTPD servers; may not be available on all systems.
- Requires appropriate permissions to query the FTP server status.
- Related commands include
ftpwho
for listing users andftp
orlftp
for FTP client operations.