1.wget ---下載文件,通過http或ftp協議,支持斷點續傳
usage: wget [opition] url
sample: wget http://www.xker.com
2.scp---同步文件,走的是ssh協議隧道
usage: scp target host:/target file or directory Destination
sample: scp
[email protected]:/tmp/passwd /etc/passwd
3. ssh---遠程登陸,比telnet安全
usage: ssh username@hostname,此用戶必須是遠程主機的系統用戶
sample: ssh
[email protected], 用tongsheng用戶登陸到xker.com主機