skip to main
|
skip to sidebar
/var/log/freestyler
2009年5月1日星期五
ssh使用scp远程传输文件
suppose we have an ssh connection:
ssh -p 22 user@remote-host
copy file from remote host:
scp -P 22 user@remote-host:/path/to/file /localpath/to/save
copy file to remote host:
scp -P 22 /file/to/transfer user@remote-host:/path/to/save
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
订阅
Subscribe in a reader
搜索
标签
programming
(15)
linux
(11)
application
(10)
tool
(10)
emacs
(8)
blogger
(3)
unix
(3)
life
(2)
Delicious
正在加载...
Blog Archive
Blog Archive
六月 2009 (3)
五月 2009 (3)
四月 2009 (1)
三月 2009 (1)
二月 2009 (6)
一月 2009 (9)
十二月 2008 (25)
十一月 2008 (2)
Twitter Updates
follow me on Twitter
Shared reading
正在加载...
没有评论:
发表评论