  
- 积分
- 32889
- 威望
- 1069
- 金钱
- 0
- 阅读权限
- 110
- 性别
- 男
- 在线时间
- 6028 小时
|
原帖由 驴子 于 2006-7-13 18:22 发表
就是一个命令行软件
scp -r -P port username@hostname://path/sourcefilename /path/destinationfilename
登陆和验证方式会调用ssh的
哦,我以为是图形界面的linux ssh客户端tongue.gif. 我原来用scp都是 scp -r /path/sourcefilename username@hostname://path/destinationfilename, 从自己机器往别处发,没想到还可以倒过来用wink.gif |
|