通过ssh2,scp发送文件

时间:2012-07-02 08:16:27

标签: linux ssh scp

我需要使用ssh2从server1向server2发送一份副本。两者都在使用ubuntu,我正在尝试使用scp命令发送它:

scp test.txt userName@server2_direction:/folder_destination

但是我收到了一个错误:

test.txt: No such file or directory

我尝试使用完整的网址:/users/asd/my_user/folder/test.txt,但它也不起作用。

任何提示?

1 个答案:

答案 0 :(得分:1)

您位于源计算机上的错误目录中。检查当前目录中是否有test.txt

$ ls -l test.txt