# BRCM_VERSION=3
[bcm963xx.git] / userapps / opensource / ftpd / bftpd.8
1 .\"                                      Hey, EMACS: -*- nroff -*-
2 .TH BFTPD 8 "March 1, 2003"
3 .SH NAME
4 bftpd \- B FTP Daemon
5 .SH SYNOPSIS
6 .B bftpd
7 .RB [ -c
8 .IR confpath |
9 .RB -n ]
10 .RB [ -d | -D | -i ]
11 .SH DESCRIPTION
12 \fBbftpd\fP is a very configurable FTP server that uses chroot without
13 special setup or directory preparation.
14 .SH OPTIONS
15 .TP
16 .B \-c
17 Override the default path of the configuration file (normally /etc/bftpd.conf).
18 .BR
19 .TP
20 .B \-n
21 Do not use any configuration file; use the default values for everything instead.
22 This is only suitable for very minimalistic configurations.
23 .BR
24 .TP
25 .B \-d
26 Start bftpd in daemon mode (without inetd).
27 .BR
28 .TP
29 .B \-D
30 Start bftpd in daemon mode without forking so that the daemon can be killed with Ctrl+C.
31 .BR
32 .TP
33 .B \-i
34 Start bftpd in inetd mode. This is the default.