七.搭建基本的FTP服务
1.安装vsftpd软件包
]# yum -y install vsftpd
2.重起vsftpd服务
]# systemctl restart vsftpd
]# systemctl enable vsftpd
FTP默认共享路径:/var/ftp
3.本机访问测试
]# firefox ftp://172.25.0.11
]# cp /etc/redhat-release /var/ftp
]# firefox ftp://172.25.0.11