ftpwho — show current process information for each FTP session
| Use Case | Command | Description |
|---|---|---|
| 🔍 Show all active FTP sessions | ftpwho | Display process info for all active proftpd connections with user count |
| 📋 Verbose session details | ftpwho -v | Show remote host and current working directory per connection |
| 📄 Single-line per session | ftpwho -o oneline | Output each session on one line for easy grep/search |
| 📊 JSON output | ftpwho -o json | Emit all session info as a JSON object |
| 🎯 Filter by virtual host | ftpwho -S server-name | Show sessions only for a specific virtual host |
| 📁 Custom scoreboard path | ftpwho -f /path/to/scoreboard | Specify non-default scoreboard file location |
ftpwho
The ftpwho command shows process information for all active proftpd connections, and a count of all connected users off of each server. Proftpd sessions spawned from inetd are counted separately from those created by a master proftpd standalone server.
Display a short usage description, including all available options.
Specify the full path to proftpd's run-time scoreboard file (configured via the ScoreboardFile directive in proftpd.conf). If proftpd's default directory has been changed via this directive, ftpwho must either be recompiled, or this option must be used in order to find proftpd's scoreboard.
Specify an output format. Currently, three formats are supported:
Reports additional information for each connection, such as the remote host and current working directory.
Specify the ServerName for a specific virtual host. If used, ftpwho will only show session information for the given virtual host.
/usr/bin/ftpwho/run/proftpd.scoreboardProFTPD is written and maintained by a number of people, full credits can be found at http://www.proftpd.org/credits.html
inetd(8), ftp(1), proftpd(8), ftpcount(1), ftptop(1), ftpshut(8)
Full documentation on ProFTPD, including configuration and FAQs, is available at http://www.proftpd.org/
For help/support, try the ProFTPD mailing lists, detailed on http://www.proftpd.org/lists.html
Report bugs at http://bugs.proftpd.org/
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-04 22:56 @216.73.216.89
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format