前提是安装了 linux ,yum,不会的可以查看此文章 red hat centos 安装 yum

yum update

yum install vsftpd

service vsftpd status 查看状态

备份配置文件 cp /etc/vsftpd/vsftpd.conf /etc/vsftpd/vsftpd.conf.bak

配置vsftpd  vim /etc/vsftpd/vsftpd.conf
本人配置:

View Code CONF# Example config file /etc/vsftpd/vsftpd.conf
#
# The default compiled in settings are fairly paranoid. This sample file
# loosens things up a bit, to make the ftp daemon more usable.
# Please see vsftpd.conf.5 for all More >