#scp
-bash: scp: command not found
如果说命名未找到,先安装#yum install openssh-clients
3.远程拷贝到本地
#scp -P 22 username@host:/pathToCopy /localPath
passwd for remote
4.本地复制到远程
#scp -P 22 /localPath username@host:/pathToCopy
passwd for remote
https://www.leftso.com/article/45.html