Linux Commands Helper
💬 Your AI-powered Linux assistant
ftptop Command - Display ProFTPD Server Activity
The ftptop command provides a continuously updated display of FTP server activity, similar to the top
command for processes. It is typically used with ProFTPD servers to monitor current FTP sessions and their status in real time.
Syntax
ftptop [options]
Examples
ftptop
Display a real-time summary of current FTP sessions.
ftptop -v
Show more detailed information about each session.
Notes
- Primarily used with ProFTPD servers; may not be available on all systems.
- Requires appropriate permissions to query the FTP server status.
- Related command:
ftpwho
for listing current FTP users.