cURL / Mailing Lists / curl-library / Single Mail

curl-library

reg CURLOPT_FILETIME

From: kuriakose <kuriakose_at_huawei.com>
Date: Wed, 03 Jan 2007 20:29:52 +0530

 

Hi,

I am trying to use CURLOPT_FILETIME to get the modification time of file in
the server.

           long filetime=1;

           

       curl_easy_getinfo(curl,CURLINFO_FILETIME,filetime);

 

After easy perform ,I am expecting the filetime variable should contain the
modification time of the file.

But it is not .

Is there any problem with the way I am using.

 

Is it applicable to both http and ftp

 

Plz help.

 

 

 

Regards

Kuriakose

 

 
Received on 2007-01-03