//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使用简单介绍