安装vsftpd
sudo apt-get install vsftpd
配置文件
sudo vim /etc/vsftpd.conf +29
修改/etc/vsftpd.conf的29行 使能 write_enable = YES 然后重启,即可登录
ubuntu安装ftp service
原文:https://www.cnblogs.com/ChenChangXiong/p/11489766.html