1pure-ftpwho(8) Pure-FTPd pure-ftpwho(8)
2
3
4
6 pure-ftpwho - Report current FTP sessions
7
9 pure-ftpwho [-c] [-h] [-H] [-n] [-p] [-s] [-v] [-w] [-W] [-x]
10
12 pure-ftpwho shows current Pure-FTPd client sessions. Only the system
13 administrator may run this. Output can be text (default), HTML, XML
14 data and parser-optimized. The server has to be compiled with
15 --with-ftpwho to support this command.
16
18 -c the program is called via a web server (CGI interface) . Output
19 is a full HTML page with the initial content-type header. This
20 option is automatically enabled if an environment variable
21 called GATEWAY_INTERFACE is found. This is the default if you
22 can the program from a CGI-enabled web server.
23
24 -h Output help information and exit.
25
26 -H Don't resolve host names, and only show IP addresses (faster).
27
28 -n A synonym for -H.
29
30 -p Output Mac OSX / GNUStep plist data.
31
32 -s Output only one line per client, with only numeric data, delim‐
33 ited by a | character. It's not very human-readable, but it's
34 designed for easy parsing by shell scripts (cut/sed) . '|'
35 characters in user names or file names are quoted (\|) .
36
37 -v Output an ASCII table (just like the default mode), with more
38 info. The verbose output includes the local IP, the local port,
39 the total size of transferred files and the current number of
40 transferred bytes.
41
42 -w Output a complete HTML page (web mode).
43
44 -W Output an HTML page with no header and no footer. This is an
45 embedded mode, suitable for inline calls from CGI, SSI or PHP
46 scripts.
47
48 -x Output well-formed XML data for post-processing.
49
50
52 /var/run/pure-ftpd/ Scoreboard directory. Should always owned by root
53 and on a lockable filesystem.
54
55
57 GATEWAY_INTERFACE
58 If found, automatically run in CGI mode and output HTML data.
59
60
62 Frank DENIS <j at pureftpd dot org>
63
64
66 ftp(1), pure-ftpd(8) pure-ftpwho(8) pure-mrtginfo(8) pure-upload‐
67 script(8) pure-statsdecode(8) pure-pw(8) pure-quotacheck(8) pure-
68 authd(8)
69
70 RFC 959, RFC 2389, RFC 2228 and RFC 2428.
71
72
73
74Pure-FTPd team 1.0.47 pure-ftpwho(8)