赞
踩
使用wget自带的--http-user=username --http-passwd=password
username 和 password 分别代表用户名和密码。
注意:
"--http-user"前面是带有两个横线的。
顺便记录一下wget的断点续传功能(自带的断点续传)
只需要在加上参数-c就可以了
#wget -c http://www.baidu.com/file.tar.gz
增加参数-t 表示重试次数,-t 5 就代表需要重试5次
#wget -c -t 5 http://www.baidu.com/file.tar.gz
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。