如何使用bash scp跨服务器?

时间:2009-06-18 04:15:11

标签: bash scp

可行吗?

1 个答案:

答案 0 :(得分:4)

嗯,是的,确实如此。怎么样?

scp pax@machine1:/tmp/qq pax@machine2:/tmp/qq

要么是这样,要么我在你的问题中缺少一些基本的东西。

请参阅:

usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
       [-l limit] [-o ssh_option] [-P port] [-S program]
       [[user@]host1:]file1 ... [[user@]host2:]file2