uginx上面放前端静态文件时需要放在html文件里面
把本地的指定文件传输到服务器上指定位置
scp build.rar root@182.92.218.236:/usr/local/nginx/html/zhipin
把服务器上文件下载到本地
scp root@10.65.198.186:/opt/web/selenium/autotest/templates/testResult.html ~/Desktop
远程连接服务器
ssh root@182.92.218.236
解压zip格式的压缩包
unzip zhipin-server.zip
查看当前路径
pwd