1、FTP的安装#安装yum install -y vsftpd#设置开机启动systemctl enable vsftpd.service#启动systemctl start vsftpd.service#停止systemctl stop vsftpd.service#查看状态systemctl status vsftpd.service2、配置FTP #打开配置文件vim /etc/
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号