ftp搭建 一.搭建前提a.ssh服务已经开启,b.防火墙关闭,c.连网1.查看ssh和防火墙的状态 service sshd status service iptables status 2.开启ssh service sshd start 3.关闭防火墙 chkconfig iptables off 4.测试是否连网 二.安装并开启tftp和vsftpd#yum install tftp#yum install vsftpd#chkconfig vsftpd on#chkconfig tft