由 Snoopy 在 03-10-2003 17:44 发表:
ssh的有关命令???
请问如果从别人的电脑登录自己后,如何从我电脑cp东西过去啊??
还有一些相关的命令,,大家帮帮我好不好??
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 rainbird 在 03-10-2003 20:15 发表:
ssh 后面接地址
拷贝用scp
如果是windows下 有个很好用的工具 F-security-ssh
由 Snoopy 在 03-10-2003 22:10 发表:
谢谢了,参数这么少么???
scp你举个例子好吗??用不用在其中加ip??路径怎样指定??
谢了
And then in the evening light, when the bars of freedom fall
I watch the two of you in the shadows on the wall
How in the darkness steals some of the choices from my hand
Then will I begin to under
由 pine 在 03-11-2003 05:34 发表:
Example 1, copying files from ssh server to client
$ scp server_ip:/path/to/files ./
Example 2, copying files from client to ssh server
$ scp path/to/files serve