1ftptop(1) General Commands Manual ftptop(1)
2
3
4
6 ftptop - display running status on proftpd server connections
7
9 ftptop
10
12 The ftptop command displays the current status of FTP sessions in a
13 continuously updating top like format.
14
16 -A Filter the display to show sessions that are authenticat‐
17 ing.
18
19 -a Filter the display to hide sessions that are authenticat‐
20 ing.
21
22 -b Batch mode. In this mode, ftptop will not accept input,
23 and runs until the iterations limit set via -n option, or
24 until killed.
25
26 -D Filter the display to show sessions that are downloading.
27
28 -d Specify the delay, in seconds, between display refreshes.
29 The default is 2 seconds. Only values between 0 and 15
30 seconds are accepted.
31
32 -f Specify the full path to proftpd's run-time scoreboard file
33 (configured via the ScoreboardFile directive in
34 proftpd.conf). If proftpd's default directory has been
35 changed via this directive, ftptop must either be recom‐
36 piled or this option must be used in order to find
37 proftpd's scoreboard. -h Display a short usage descrip‐
38 tion, including all available options.
39
40 -I Filter the display to show sessions that are idle.
41
42 -i Filter the display to hide sessions that are idle.
43
44 -n Specify the number of interations that ftptop should pro‐
45 duce before ending.
46
47 -S Specify the ServerName for a specific virtual host. If
48 used, ftptop will only show sessions for the given virtual
49 host.
50
51 -U Filter the display to show sessions that are uploading.
52
53 -V Print out the version of ftptop and quit.
54
55 While ftptop is running, hit the 'q' key to quit. The 't' key toggles
56 between display modes. Currently there are two display modes: normal
57 and transfer speed modes.
58
60 /usr/bin/ftptop
61 /run/proftpd/proftpd.scoreboard
62
64 ProFTPD is written and maintained by a number of people, full credits
65 can be found on http://www.proftpd.org/credits.html
66
68 inetd(8),[22mftp(1),proftpd(8),[22mftpwho(1),ftptop(1),[22mftpshut(8)
69
70 Full documentation on ProFTPD, including configuration and FAQs, is
71 available at http://www.proftpd.org/
72
73 For help/support, try the ProFTPD mailing lists, detailed on
74 http://www.proftpd.org/lists.html
75
76 Report bugs at http://bugs.proftpd.org/
77
78
79
80 March 2003 ftptop(1)