将文件从远程服务器传到本地
scp -P 2201 root@ip:/etc/nginx/nginx.conf ./ scp -r -P 2201 root@ip:/etc/nginx/conf.d/ ./
将文件从本地上传到远程服务器
scp -P22012 nginx.conf root@ip:/etc/nginx scp -r -P22012 conf.d root@ip:/etc/nginx
京公网安备 11010502049817号