问轩博客

展开菜单

CentOS7 FTP安装与配置

CentOS7 FTP安装与配置
1、FTP的安装 #安装 yum install -y vsftpd #设置开机启动 systemctl enable vsftpd.service #启动 systemctl start vsftpd.service #停止 systemctl stop vsftpd.service #查看状态 systemctl status ...