scp通过代理传输文件
其中
proxy_ip对应的代理服务器的ip, proxy_port对应的代理服务器的port
filename对应想要传输的文件
username对应目标主机的用户名, target_ip对应目标主机的ip,target_path对应想要传输的目标地址
scp -o "ProxyCommand=nc -X connect -x proxy_ip:proxy_host %h %p" filename username@target_ip:/target_path
scp -o "ProxyCommand=nc -X connect -x proxy_ip:proxy_host %h %p" filename username@target_ip:/target_path