Uncompres a gzip file from CURL, on php

Posted by PartySoft on Stack Overflow See other posts from Stack Overflow or by PartySoft
Published on 2010-06-09T01:42:13Z Indexed on 2010/06/09 2:02 UTC
Read the original article Hit count: 351

Filed under:
|
|
|

Does anyone know how to uncompress the contents of a gzip file that i got with curl?

for example: http://torcache.com/torrent/63ABC1435AA5CD48DCD866C6F7D5E80766034391.torrent

responded

HTTP/1.1 200 OK
Server: nginx
Date: Wed, 09 Jun 2010 01:11:26 GMT
Content-Type: application/x-bittorrent
Content-Length: 52712
Last-Modified: Tue, 08 Jun 2010 15:09:58 GMT
Connection: keep-alive
Expires: Fri, 09 Jul 2010 01:11:26 GMT
Cache-Control: max-age=2592000
Content-Encoding: gzip
Accept-Ranges: bytes

then the compressed gzip,

i tried gzdecode but doesn't work , gzeflate as well doesn't they simply don't get any response, and the contents of the files are no more than 2k

© Stack Overflow or respective owner

Related posts about php

Related posts about curl