Re: wget, HTTP compression and recursive downloading
There is a wget patch which can uncompress the gzip content and do recursive downloading. http://blog.vckbase.com/jzhang/archive/2010/09/05/51659.html
wget, HTTP compression and recursive downloading
Hello I want to download a large amount of html files from a web server that supports http gzip compression. I tried to call wget with the --headers option to enable the compression: wget -nc -np -k -r --header\="Accept-Encoding: gzip" http://address The compression is enabled, and the first dow