1VSFTPD(8) BSD System Manager's Manual VSFTPD(8)
2
4 vsftpd — Very Secure FTP Daemon
5
7 vsftpd [configuration file and / or options]
8
10 vsftpd is the Very Secure File Transfer Protocol Daemon. The server can
11 be launched via a “super-server” such as inetd(8) or xinetd(8). Alterna‐
12 tively, vsftpd can be launched in standalone mode, in which case vsftpd
13 itself will listen on the network. This latter mode is easier to use, and
14 recommended. It is activated by setting listen=YES in
15 /etc/vsftpd/vsftpd.conf. Direct execution of the vsftpd binary will then
16 launch the FTP service ready for immediate client connections.
17
19 An optional configuration file or files may be given on the command line.
20 These files must be owned as root if running as root. Any command line
21 option not starting with a "-" character is treated as a config file that
22 will be loaded. Note that config files are loaded in the strict order
23 that they are encountered on the command line. If no config files are
24 specified, the default configuration file of /etc/vsftpd/vsftpd.conf will
25 be loaded, after all other command line options are processed.
26
27 Supported options are:
28
29 -v Print the version information and exit, even if other options are
30 encountered.
31
32 -ooption=value
33 Set a single option, value pair as per the format in the config
34 file. Multiple -o options are supported, and they are applied in
35 strict order relative to their appearance on the command line,
36 including intermingling with loading of config files.
37
39 vsftpd -olisten=NO /etc/vsftpd/vsftpd.conf -oftpd_banner=blah
40
41 That example overrides vsftpd's built-in default for the "listen" option
42 to be NO, but then loads /etc/vsftpd/vsftpd.conf which may override that
43 setting. Finally, the "ftpd_banner" setting is set to "blah", which over‐
44 rides any default vsftpd setting and any identical setting that was in
45 the config file.
46
48 /etc/vsftpd/vsftpd.conf
49
51 vsftpd.conf(5)
52
53 March 8, 2001