#vsftpd.conf
###############
pam_service_name=vsftpd
userlist_enable=YES
tcp_wrappers=YES
local_root=/data/Vh_Rec
#指定用户配置文件目录,每个用户一个文件,文件名为用户名
user_config_dir=/etc/vsftpd/users
#文件名
#/etc/vsftpd/users/user_file
################
# 用户根目录
local_root=/data/repo/repoforge/other/user_file
#限速250KBytes/s
local_max_rate=250000