ubuntu安装ftp service

安装vsftpd

  sudo apt-get install vsftpd

配置文件

  sudo vim /etc/vsftpd.conf  +29

修改/etc/vsftpd.conf的29行  使能  write_enable = YES  然后重启,即可登录

原文地址:https://www.cnblogs.com/ChenChangXiong/p/11489766.html