summaryrefslogtreecommitdiff
blob: 67c40c897b6f8d992d274b040ae574c01cca7c18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Please read the oftd(8) man page for a more detailed explaination of these
# variables.
#
# FTPUSER (user-name in the man page):
# Set this variable to the user to run the ftp daemon as
FTPUSER=ftp

# FTPROOT (root-directory in the man page):
# The server uses chroot(2) to change the root directory of the server to this
# directory. When a user connects, this is the directory that they  will start
# in, and is the top of their directory tree.
#
FTPROOT=/home/ftp

# FTPPORT (TCP port)
# 22 is the standard ftp port, but you can change it here to something else
FTPPORT=22