install_ftp

安装ftp服务

安装

1
2
rpm -qa|grep vsftp
yum install vsftpd -y

启动服务

1
service vsftpd start

添加ftp用户

1
2
adduser test
passwd test