top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Need some insight on Curl. Looking for a Curl based client-server example

+2 votes
279 views

New to Curl Need some insight on Curl Looking for a Curl based client-server example

posted Dec 16, 2015 by Ankush Surelia

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button
Read curl is c url it means transfer a URL. Almost can be integrated with all languages (interpreter & compiler) using a library/package.
Not sure what specifically what u are looking for, check the man page for the options in curl and get back?

1 Answer

0 votes

Curl is a tool to transfer data from or to a server, using one of the supported protocols (DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP). The command is designed to work without user interaction.

curl offers a busload of useful tricks like proxy support, user authentication, FTP upload, HTTP post, SSL connections, cookies, file transfer resume, Metalink, and more.

More details: http://curl.haxx.se/docs/httpscripting.html

answer Dec 24, 2015 by Amit Kumar Pandey
Similar Questions
+3 votes

I have php 5.6.5 on centos 4.5 64bit. I am unable to install curl. And generate so file, I have tried all the possibilities.

./configure --with-curl=/root/php-5.6.5/ext/curl/libs --with-mysql --with-mysqli --with-apxs2=/usr/local/apache2/bin/apxs
...