curl-library
Re: cURL multi interface question.
From: Brian Dessent <brian_at_dessent.net>
Date: Wed, 25 Jan 2006 19:34:30 -0800
Date: Wed, 25 Jan 2006 19:34:30 -0800
Anton Rakovchuk wrote:
> servers and download time may vary significantly. Now
> the question: How do I know that specific file has
> been downloaded completely?
Call curl_multi_info_read() and it will give you the easy_handle of the
transfer that completed, and from there use curl_easy_getinfo() to do
whatever is desired.
Brian
Received on 2006-01-26