Re: question about curl_easy_setopt()

2012-02-16 Thread Daniel Stenberg
On Thu, 16 Feb 2012, 黎小辉 wrote: I want to do the seek in a http file ( archive of an IPTV server based on HTTP ).what options I have to set with curl_easy_setopt()? First, you need to realize that HTTP is not about files at all. You send a request and the server sends back a response. In

question about curl_easy_setopt()

2012-02-15 Thread 黎小辉
Hi, I want to do the seek in a http file ( archive of an IPTV server based on HTTP ).what options I have to set with curl_easy_setopt()? Thanks! --- Best Regards lxh curl-library-requ...@cool.haxx.se