從伺服器端下載檔案到本機端 - Linux

By Jessica
at 2011-07-03T10:59
at 2011-07-03T10:59
Table of Contents
通常要從伺服器端下載檔案, 不是用sftp就是scp:
user@local_host$ scp user@remote_host:my_file .
假設已經ssh到伺服器端了, 有沒有更簡潔的指令能把檔案傳到本機端?
user@local_host$ ssh user@remote_host
Welcome to remote_host!
user@remote_host$ ssh_get my_file .
user@remote_host@ exit
logout
Connection to remote_host closed.
user@local_host$ ls
my_file
有類似ssh_get, ssh_put這種指令嗎?
--
user@local_host$ scp user@remote_host:my_file .
假設已經ssh到伺服器端了, 有沒有更簡潔的指令能把檔案傳到本機端?
user@local_host$ ssh user@remote_host
Welcome to remote_host!
user@remote_host$ ssh_get my_file .
user@remote_host@ exit
logout
Connection to remote_host closed.
user@local_host$ ls
my_file
有類似ssh_get, ssh_put這種指令嗎?
--
Tags:
Linux
All Comments

By Suhail Hany
at 2011-07-04T10:49
at 2011-07-04T10:49

By Regina
at 2011-07-08T03:56
at 2011-07-08T03:56

By Linda
at 2011-07-08T13:19
at 2011-07-08T13:19

By Olive
at 2011-07-09T11:54
at 2011-07-09T11:54

By Rachel
at 2011-07-13T23:54
at 2011-07-13T23:54

By Andy
at 2011-07-17T05:27
at 2011-07-17T05:27

By Ida
at 2011-07-17T19:50
at 2011-07-17T19:50
Related Posts
Linux上好用的影音轉檔軟體

By Catherine
at 2011-07-03T00:33
at 2011-07-03T00:33
華碩全新Eee PC將搭載Ubuntu作業系統

By Edward Lewis
at 2011-07-03T00:23
at 2011-07-03T00:23
華碩全新Eee PC將搭載Ubuntu作業系統

By Liam
at 2011-07-02T22:26
at 2011-07-02T22:26
檢查密碼時變特別久

By Connor
at 2011-07-02T21:34
at 2011-07-02T21:34
size of "void *"

By Blanche
at 2011-07-02T20:42
at 2011-07-02T20:42