cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: how to download a gzip page with lubcurl

From: Guenter <lists_at_gknw.net>
Date: Thu, 29 Jul 2010 04:46:53 +0200

Hi,
Am 29.07.2010 04:31, schrieb Arthur 1989:
> hello, I need to download a gzip page,so when using curl, i can run this:
>
> curl -v "
> http://10.1.164.19/adshm_index?uin=449202997&gender=m&age=31&ver=2137&vocation=16&group_type=5,11,13,19,20,22"
> --compressed
>
> then I will get the uncompressed document.
>
> So, my question is how to get a compress file with libcurl? Should I setup
> any option or anything else?
>
append this option to your call above:
     --libcurl <file> Dump libcurl equivalent code of this command line

Gün.

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2010-07-29