You cannot post messages because only members can post, and you are not currently a member.
Description:
cURLpp's mailing-list for problem resolution, question about usage, etc.
|
|
|
http error codes
|
| |
i want to download a file using http the attached code works fine. but the code is not usable when -> the file is missing in the server -> or if proper permission is not given to access the file even if the file is missing or with no proper permission...the error code says *CURL_OK* ie *no error.* the file still gets downloaded, and in it there is html page of apache 404... more »
|
|
Using my code to set the url option?
|
| |
Hello, In the examples the url option always seems to be hard coded into the programs. I am seeking to set the url option depending upon selections made by the user at the command line. This is probably easily done, but I am new to using libcurl and curlpp and cannot figure out how to do it. So for... more »
|
|
curlinfo_primary_ip
|
| |
Hi. I'd like to know if there is any way to obtain this with curlpp. Thanks.
|
|
Curl check before download and Multithreading Question
|
| |
Hello Curl Community, i'm building a webcrawler, now i need to tune, my crawler, the crawler was build in php, but i have some problems. Is this in Cpp possible: e.g. I make a request to [link] When my crawler makes a request to that url, and the header returns, a for example application/pdf , than I want, that curl does not download the... more »
|
|
Cancel Current Transfer
|
| |
Dear All,
I am using Curlpp tp fetch some Data using HTTP requests. Is there any
way to Cancel HTTP transfer using Curlpp. I used the progress function
to Cancel the current transfer by returning "1" instead of "0". But
sadly after canceling the transfer the whole program aborted. Moreover
I used Timeout and I faced the same problem. Is there any other method... more »
|
|
ProgressFucntion
|
| |
I am using Curlpp to fetch some segments. How can I use the Progress
Function
|
|
Trouble building cURLpp with SSL support
|
| |
Hi! I am pretty pumped up to get to work with cURLpp, but I am having trouble building it with SSL support. I am on Mac OS X.5. So far, I have built openSSL, and then libcurl with that. When I do a curl--config --feature I get: SSL IPv6 libz NTLM NTLM_WB So, I know libcurl has SSL support. Next, for cURLpp, I do... more »
|
|
help with sftp
|
| |
Hi!! list, good morning
I having some problems to get a conexion with sftp , it told me this :
Maybe the library does not sopport the sftp or is disable .
Some idea about it ?
does anybody have example to get a conexion sftp ?
thnks
|
|
ayuda con sftp
|
| |
Que tal lista buenos dias , son nuevo en el uso de la libreria y
obejitvo es utlizarla para descarga de archivos via sftp,
hice un ejemplo
y me marca que la sftp esta desabilitado o no es soportado por la
libreria,
tiene alguna idea ? o donde econtrar un ejemplo con sftp
saludos.
|
|
Include curlpp in Xcode 4
|
| |
Hi everyone,
I'm trying to include cURLpp to one of my Xcode project but I get
"file not found" exceptions
I've downloaded curlpp 0.7.3, un-archived it right next to my project
directory and added: "$SRCROOT/../curlpp-0.7.3/incl ude" to the Header
Search Path in Build Settings, also making sure the the recursive... more »
|
|
|