vsftp的默认配置文件说明
时间:2010-10-02 来源:秘飞虎
# The default compiled in settings are fairly paranoid. This sample file
#
# Allow anonymous FTP? (Beware - allowed by default if you comment this out). #
//允许使用本地系统账户
write_enable=YES
# Default umask for local users is 077. You may wish to change this to 022,
//默认的创建目录的反掩码
# has an effect if the above global write enable is activated. Also, you will
//是否允许匿名用户的上传
# new directories. #
dirmessage_enable=YES
# Activate logging of uploads/downloads. #
//从20端口传输数据
# a different user. Note! Using "root" for uploaded files is not
//更改上传文件的用户 #
#xferlog_file=/var/log/vsftpd.log
# If you want, you can have your log file in standard ftpd xferlog format #
//控制会话连接超时时间
#data_connection_timeout=120
# It is recommended that you define on your system a unique user which the
//
# recommended for security (the code is non-trivial). Not enabling it,
//是否启用
# By default the server will pretend to allow ASCII mode but in fact ignore
# Beware that on some FTP servers, ASCII support allows a denial of service
# raw file.
//ascii 格式上传 #
//登录欢迎词
# useful for combatting certain DoS attacks. # (default follows) #
# users to NOT chroot(). # (default follows) #
# sites. However, some broken FTP clients such as "ncftp" and "mirror" assume
//是否允许使用命令 ls -R #
# with the listen_ipv6 directive. #
# Make sure, that one of the listen options is commented !!
//是否启用userlist用户列表
相关阅读 更多 +