1.wget---下载文件,通过http或ftp协议,支持断点续传
usage:
wget
[opition] url
sample:
wget
http://down.ddvip.com
2.scp---同步文件,走的是ssh协议隧道
usage:
scp
target host:/target file or directory
Destination
sample: scp
sample@10.0.123.com:/tmp/passwd
/etc/passwd
3. ssh---远程登陆,比telnet安全
usage: ssh
username@hostname,此用户必须是远程主机的系统用户
sample: ssh
tongsheng@sina.com,
用tongsheng用户登陆到sina.com主机