基于vsftpd安装FTP服务器
安装
sudo apt-get install vsftpd
配置文件
vim /etc/vsftpd.conf
查看配置文档详细资料
man vsftpd.conf
匿名登录
修改vsftpd.conf配置项
anonymous_enable=YES
重启服务
sudo systemctl restart vsftpd
存放资料
/srv/ftp
sudo apt-get install vsftpd
vim /etc/vsftpd.conf
man vsftpd.conf
anonymous_enable=YES
sudo systemctl restart vsftpd
/srv/ftp