25 lines
816 B
Plaintext
25 lines
816 B
Plaintext
anonymous_enable=NO
|
|
local_enable=YES
|
|
write_enable=YES
|
|
|
|
# Activate logging of uploads/downloads.
|
|
xferlog_enable=YES
|
|
xferlog_file=/dev/stderr
|
|
|
|
# It is recommended that you define on your system a unique user which the
|
|
# ftp server can use as a totally isolated and unprivileged user.
|
|
#nopriv_user=ftpsecure
|
|
|
|
ftpd_banner=test ftp service for pam_firstcomefirstserve
|
|
|
|
# When "listen" directive is enabled, vsftpd runs in standalone mode and
|
|
# listens on IPv4 sockets. This directive cannot be used in conjunction
|
|
# with the listen_ipv6 directive.
|
|
listen=YES
|
|
#
|
|
# This directive enables listening on IPv6 sockets. To listen on IPv4 and IPv6
|
|
# sockets, you must run two copies of vsftpd with two configuration files.
|
|
# Make sure, that one of the listen options is commented !!
|
|
#listen_ipv6=YES
|
|
|
|
#pam_service_name=ftp-upload |