curl-library
Re: Download Pause and Resume , curl_easy_pause
From: Ben Combee <ben.combee_at_gmail.com>
Date: Wed, 12 Nov 2008 11:45:33 -0500
Date: Wed, 12 Nov 2008 11:45:33 -0500
> I've read CURL doesn't support Download Pausing (from Daniel reply to other
> mails) . But there is an API Call "curl_easy_pause ", Which states it could
> pause the download. Is it possible to pause multiple downloads?
You can use curl_easy_pause on an easy handle that you've added to a
multi handle being managed through the curl_multi APIs. To pause
multiple downloads, just call it for each one that needs to be paused.
Received on 2008-11-12