cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problem with CURLOPT_FILETIME

From: Jeff Pohlmeyer <yetanothergeek_at_gmail.com>
Date: Mon, 12 Nov 2007 16:51:55 -0600

I think you want something more like this:

 curl_easy_setopt(curl_handle, CURLOPT_FILETIME, 1 );
 curl_easy_perform(curl_handle);
 curl_easy_getinfo(curl_handle, CURLINFO_FILETIME,&fileTime );

 - Jeff
Received on 2007-11-13