ubuntu搭建ftp服务器

ubuntu16.04搭建ftp服务器: 1. sudo apt-get install vsftpd   //安装 2. netstat -npl | grep :21  //查看ftp端口 3. sudo cp /etc/vsftpd.conf /etc/vsftpd_backup.conf  //最好先做个备份 4. sudo vim /etc/vsftpd.conf      listen
相关文章
相关标签/搜索