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...