LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 905|回复: 4

ssh的有关命令???

[复制链接]
发表于 2003-3-10 17:44:10 | 显示全部楼层 |阅读模式
请问如果从别人的电脑登录自己后,如何从我电脑cp东西过去啊??

还有一些相关的命令,,大家帮帮我好不好??
发表于 2003-3-10 20:15:11 | 显示全部楼层
ssh 后面接地址
拷贝用scp
如果是windows下 有个很好用的工具 F-security-ssh
 楼主| 发表于 2003-3-10 22:10:13 | 显示全部楼层
谢谢了,参数这么少么???

scp你举个例子好吗??用不用在其中加ip??路径怎样指定??

谢了
发表于 2003-3-11 05:34:41 | 显示全部楼层
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 server_ip:/path/to/somewhere
 楼主| 发表于 2003-3-11 12:33:22 | 显示全部楼层
yeah,,,what you said is what i wanted! thanks
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表