1.检查时候安装FTP:
service vsftpd status
如果没安装
vsftpd: unrecognized service
2.安装FTP
sudo apt-get install vsftpd
3.检查是否启动
service vsftpd status
如果启动
vsftpd start/running, process 30442
OK了
1.检查时候安装FTP:
service vsftpd status
如果没安装
vsftpd: unrecognized service
2.安装FTP
sudo apt-get install vsftpd
3.检查是否启动
service vsftpd status
如果启动
vsftpd start/running, process 30442
OK了
转载于:https://www.cnblogs.com/Hero-Qiang/archive/2013/03/15/2961658.html