On 07.09.2013, at 18:01, Md Kashif <[email protected]> wrote:

> Hi,
> 
> I'm trying to implement a simple download manager application that supports 
> Pause\ Resume functionality that can pause or resume download based on a 
> button click from user.
> As I see it I can pause my download by returning CURL_WRITEFUNC_PAUSE from my 
> write function. But I'm wondering how would I resume my download back because 
> the thread would just hang after returning CURL_WRITEFUNC_PAUSE.
> Since I cannot call curl_easy_pause() from another thread how do I resume the 
> download?
> 
> 
> Thanks.

Hi, 

Take a look at curl_easy_pause: 
http://curl.haxx.se/libcurl/c/curl_easy_pause.html

Best regards,
Clemens

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to