2010-11-06 08:13:20 +01:00
|
|
|
# Please read the oftpd(8) man page for a more detailed explaination of these
|
2010-01-05 23:09:27 +01:00
|
|
|
# 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
|