2014年6月10日 星期二

ssh set to server

at initial state
netstatu -tul
可以查看
目前有建立的连线

install  ssh
會预設 ssh server 的功能  

2014年6月6日 星期五

scp 教學

http://web.presby.edu/support/Terminal/scp.html


the following has many example in describing how to using the scp command


http://www.hypexr.org/linux_scp_help.php



basic


scp  -r    remote_user@remote_ip:/home/"the file I need to transfer"    /home/"local path to put"



-r :  means recursive copy the file