yum install -y vsftpd
systemctl start vsftpd
 
cd /var/ftp/pub/
 
mkdir 111
 
touch weifeng.txt
 
 
打开 ftp://服务器ip/pub 
里面有文件 111 和 weifeng.txt