1、FTP的安装 #安装 yum install -y vsftpd #设置开机启动 systemctl enable vsftpd.service #启动 systemct...
IP属地:陕西
1、FTP的安装 #安装 yum install -y vsftpd #设置开机启动 systemctl enable vsftpd.service #启动 systemct...
server { listen 80; server_name localhost; location /mydbtools { alias /home/ww...