环境是ubuntu14.04 64位。阿里云服务器干净版。
使用FTP链接,链接方式:
提示链接被拒绝。
查看ubuntu服务器中是否已安装了ftp服务
prm -pa | grep vsftpd
显示未安装,则直接安装
apt-get install vsftpd
安装完默认是启动了服务,这里提供下启动、停止、重启FTP服务的命令:service vsftpd start | stop | restart
如果显示已安装,则启动一下服务就行了,启动命令:service vsftpd start 还有问题检查一下链接的端口是否是22
如何在linux中搭建FTP服务:http://www.linuxdiyf.com/linux/14409.html
Ubuntu下架设FTP服务器:http://www.linuxdiyf.com/linux/13393.html
Ubuntu 12.04搭建tftp服务器的安装、设置、调试:http://www.linuxdiyf.com/linux/10733.html
Ubuntu 14.04下FTP服务器的搭建:http://www.linuxdiyf.com/linux/10217.html
CentOS 7搭建ftp服务器:http://www.linuxdiyf.com/linux/12471.html