2013年1月11日 星期五

[Linux][Ubuntu] SCP command - copy local file to remote machine


[Linux][Ubuntu] SCP command - copy local file to remote machine



scp [-pr] [-l 速率] [帳號@]主機:file 目錄名

parameter :
-p keep origial file privilege
-r copy all folder
-l limit the transfer speed. unit : Kbits/s.


EX:



scp -r /home/happy root@192.168.0.1:/home/happy_remote



Reference :



Related Posts:

0 意見:

張貼留言