I've configured the following settings.
(我已经配置了以下设置。)
apt install vsftpd
(apt安装vsftpd)
vi /etc/vsftpd.conf
listen=YES
listen_ipv6=NO
local_enable=YES
userlist_deny=NO
userlist_enable=YES
userlist_file=/etc/vsftpd.user_list
:wq
(:wq)
touch /etc/vsftpd.user_list vi /etc/vsftpd.user_list
(触摸/etc/vsftpd.user_list vi /etc/vsftpd.user_list)
ftpuser :wq
(ftpuser:wq)
adduser ftpuser --home /var/www/html --shell /bin/false --no-create-home
(adduser ftpuser --home / var / www / html --shell / bin / false --no-create-home)
Password: ftpuser
(密码:ftpuser)
systemctl restart vsftpd systemctl status vsftpd -> Active: active (running)
(systemctl重新启动vsftpd systemctl状态vsftpd->活动:活动(正在运行))
I'm connecting per filezilla winodws client to Server: x Username: ftpuser Password: ftpuser Port: 21
(我正在将每个filezilla winodws客户端连接到服务器:x用户名:ftpuser密码:ftpuser端口:21)
Error: Cannot connect to server
(错误:无法连接到服务器)
What did I wrong or forgot?
(我错了什么或忘记了什么?)
ask by Bitfighter translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…