1ftpwho(1) General Commands Manual ftpwho(1)
2
3
4
6 ftpwho - show current process information for each FTP session
7
9 ftpwho
10
12 The ftpwho command shows process information for all active proftpd
13 connections, and a count of all connected users off of each server.
14 Proftpd sesssions spawned from inetd are counted separately from those
15 created by a master proftpd standalone server.
16
18 -h,--help Display a short usage description, including all available
19 options.
20
21 -f,--file scoreboard-file
22 Specify the full path to proftpd's run-time scoreboard file
23 (configured via the ScoreboardFile directive in
24 proftpd.conf ). If proftpd's default directory has been
25 changed via this directive, ftpwho must either be recom‐
26 piled, or this option must be used in order to find
27 proftpd's scoreboard.
28
29 -o,--outform format
30 Specify an output format. Currently, two "formats" are
31 supported: compat and oneline. The compat format is used
32 for backward compatibility. The oneline format causes all
33 of the fields for a session to be displayed on a single
34 line, for ease of line-based searches (e.g. grep).
35
36 -v,--verbose
37 Reports additional information for each connection, such as
38 the remote host and current working directory. -S,--server
39 server-name Specify the ServerName for a specific virtual
40 host. If used, ftpwho will only show session information
41 for the given virtual host.
42
44 /usr/bin/ftpwho
45 /var/run/run/proftpd/proftpd.scoreboard
46
48 ProFTPD is written and maintained by a number of people, full credits
49 can be found on http://www.proftpd.org/credits.html
50
52 inetd(8),[22mftp(1),proftpd(8),[22mftpcount(1),ftptop(1),[22mftpshut(8)
53
54 Full documentation on ProFTPD, including configuration and FAQs, is
55 available at http://www.proftpd.org/
56
57 For help/support, try the ProFTPD mailing lists, detailed on
58 http://www.proftpd.org/lists.html
59
60 Report bugs at http://bugs.proftpd.org/
61
62
63
64 March 2003 ftpwho(1)