Linux Commands Helper
💬 Your AI-powered Linux assistant
ftpwho Command - Show Current FTP Sessions
The ftpwho command displays information about current FTP sessions on the server.
Syntax
ftpwho [options]
Examples
ftpwho
Display the current FTP sessions on the server.
ftpwho -v
Show detailed information about each FTP session.
Notes
- Typically requires root or sufficient privileges to display session information.
- Part of the ProFTPD suite of FTP utilities.