Step 1:
sudo apt-get install vsftpd
Step 2:
添加如下几行:
userlist_deny=NO
userlist_enable=YES
userlist_file=/etc/allowed_users
seccomp_sandBox=NO
并在etc文件夹中建立对应的allowed_users文件,其中加入赋予权限的用户名
Step 3:
查看/etc/ftpusers,删除Step2中加入的用户名,该文件为限制访问的用户列表。
Step 4:
/etc/init.d/vsftpd restart
重启服务即可
原文链接:https://www.f2er.com/ubuntu/356095.html