很久没有安装vsftp了 今天因为某个网站需要用到 安装的时候忘了些东西 记录下来 一安装 yum -y install vsftpd 二创建用户及目录 创建新用户 安装ftp时实际已经创建了名为ft...
Centos 自用vsftp 配置文件vsftpd.conf
local_root=/download anonymous_enable=NO local_enable=YES write_enable=YES local_umask=022 anon_uplo...