sh 如何使用SCP

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 如何使用SCP相关的知识,希望对你有一定的参考价值。

# Upload / copy a single file from the current local directory to the home dir of a remote server that's configured in your ssh config
scp test.txt gateway-team-orange:test.txt

# Download / copy a single file from the home dir of a remote server that's configured in your ssh config to your current local directory
scp cw-tuv:error-logs-all.log error-logs-all.log

# Copy a single file from one server to another (both in home directory)
scp gateway-team-green:test.txt gateway-team-orange:test.txt

以上是关于sh 如何使用SCP的主要内容,如果未能解决你的问题,请参考以下文章

sh 如何将文件夹从远程scp到本地?

sh 使用SCP通过SSH复制文件

sh SCP使用

sh 使用ProxyCommand的scp

sh scp文件 - 通过ssh复制文件

sh SCP工作流程