CentOS7 FTP安装与配置 1、FTP的安装 #安装 yum install -y vsftpd #设置开机启动 systemctl enable vsftpd.service #启动 systemctl start vsftpd.service #停止 systemctl stop vsftpd.service #查看状态 systemctl status ... 2024-05-14/ 955 次浏览/ Linux运维