curl和wget的下载,发送域名的命令

wget -c –header “Host:www.domain.com” http://ip.ip.ip.ip/filesname.zip
curl -H “Host:www.domain.com” -o filesname.zip http://ip.ip.ip.ip/filesname.zip

发表评论

邮箱地址不会被公开。 必填项已用*标注