Hi All,

This problem related to timeout of libcurl.

Description:

While downloading a file from a server (say server A) to an another server (say server B) . So when download is in progress if we reboot server A , server B which is in between the download operation dont get any acknowledgement saying operation is stopped or aborted . Server A will display that particular % of when we execute a showOperation status.

The option which i thought is about CURLOPT_TIMEOUT, But this also has its disadvantages like if the download operation takes longer duration than the time specified in curl_easy_opt() with CURL_TIMEOUT as parameter then will abort the operation right.

Any comments on this?

Regards,
Jit