Hi I want to know the difference between these two setopt options 1. CURLOPT_RESUME_FROM 2. CURLOPT_RESUME_FROM_LARGE
The Documentation talks about the differences in terms of the input parameters, one takes offset in number of bytes and other takes curl_off_t as parameter. Other than this, is there any other difference. I am trying to seek into a stream playing over internet. Which option should I use. Is there any difference wrt to the limit on the offset to which we can seek stream?
Regards Shivanand
