Tagged Questions
1
vote
1answer
124 views
mirror a site with wget that only response with gzip
I'm trying to mirror a site but the server only responses with gzip pages so wget won't recurse. I've searched around and there are some references to a patch to add gzip support to wget however they ...