curl 实现下载文件特定片段(2)

//downLoad(_curl, "http://ardownload.adobe.com/pub/adobe/reader/win/11.x/11.0.01/en_US/AdbeRdr11001_en_US.exe", "./", "AdbeRdr11001_en_US.exe");
 downLoad(_curl, "http://localhost/records.dat", 1);
 _curl = curl_easy_init();
 downLoad(_curl, "http://localhost/records.dat", 10);
 _curl = curl_easy_init();
 downLoad(_curl, "http://localhost/records.dat", 28);
 getchar();
 return 0;
}

Ubuntu 用户安装下载器 cURL 7.36.0 

Linux curl使用简单介绍

Unix下Curl的使用方法及常用功能记录分享

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/ca382b01e7c8dc2e19717016ddb080e7.html