Discussions Populaires Dans la Communauté Curl

S'abonner

Questionnez la Communauté


Ask any professional question and get answers from other specialists.

Stream language
Sreeyush Sudhakaran's image
La question a été ajoutée par Sreeyush Sudhakaran TECHNICAL ANALYST(SOFTWARE ENGINEER) NATIONAL BANK OF ABUDHABHI
Depuis 9 années

How to use a curl lib in c++ to .net?‎

I have project using FTP download and upload using curl Lib in C++ how can I port that project using same curl Lib in C# .NET‎

Réponses:
1
Adeptes:
Vues:
391
Vote Count:
1
La réponse doit contenir un minimum de 25 caractères.
Khadijah Shtayat's image
La question a été ajoutée par Khadijah Shtayat Technical Lead Opensooq
Depuis 9 années
Réponses:
1
Adeptes:
Vues:
804
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
Atif Majid's image
La question a été ajoutée par Atif Majid Senior PHP Programer/Team Lead RedApple Apartments AB
Depuis 9 années

How do you compare CURL and Socket programming in PHP? What are the pros and cons of both? And why do you prefer one over the other?‎

I was just wondering that we may be able to achieve the same thing using both of these methods i.e. CURL or Socket. Has anybody tried to compare these two on performance,‎ ... Voir Plus

Réponses:
2
Adeptes:
Vues:
2210
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
Muhammad Majid Saleem's image
La question a été ajoutée par Muhammad Majid Saleem Senior PHP Developer / Project Manager SwaamTech
Depuis 10 années

Is there a way to read a SSL/HTTPS page using cURL?‎

I am trying to read content from https://zipcodedownload.com/Documentation/WebService/index.html using their provided APIs. But I am unable to read content using cURL bec‎ ... Voir Plus

Réponses:
3
Adeptes:
Vues:
312
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
Majid Hameed's image  
La répondre a été ajoutée par  Majid Hameed, Senior Java Developer, Check24 Vergleichsportal GmbH
Depuis 9 années

* Socket performs better as compared to Curl. * Usage wise Curl is better as compared to Socket. * If you want to connect to machines over internet on different non stand ... Voir Plus

Signaler CV
Tahir Abbas's image  
La répondre a été ajoutée par  Tahir Abbas, .NET and Web Developer, TAMA_tech
Depuis 9 années

Sreeyush Sudhakaran you must visit the following it may solve your problem,   http://curl.haxx.se/libcurl/c/visual_studio.pdf

Signaler CV
Muhammad Majid Saleem's image  
La répondre a été ajoutée par  Muhammad Majid Saleem, Senior PHP Developer / Project Manager, SwaamTech
Depuis 9 années

I believe, both have their own advantages and disadvantages over each other. But I would suggest to user cURL.   I would recommend, you are better off using cURL because: ... Voir Plus

Signaler CV
عبدالرزاق رحمون's image  
La répondre a été ajoutée par  عبدالرزاق رحمون, IT engineer, Ministry of Education
Depuis 8 années

with codeigniter

Signaler CV
Shahnawaz hamid's image  
La répondre a été ajoutée par  Shahnawaz hamid, Technical Lead (Sr. Programmer), Sultan Qaboos University
Depuis 9 années

Both are different. you can not compare with CRUL you can get the facility of progress response

Signaler CV
Nouphal Muhammed's image  
La répondre a été ajoutée par  Nouphal Muhammed, Senior Web Developer, Planet Green Solutions
Depuis 10 années

Try this: $url = 'https://zipcodedownload.com/Documentation/WebService/index.html'; $ch = curl_init();     curl_setopt($ch, CURLOPT_URL, $url); // set url curl_ ... Voir Plus

Signaler CV