Knowledgebase: Others
What is the path to curl?
Posted by PremiumReseller.com on 26 May 2006 03:54 AM

The path to curl is /usr/bin/curl

CURL is a library created by Daniel Stenberg, which allows you to connect and communicate with many different types of servers through various protocols.

libcurl currently supports the http, https, ftp, gopher, telnet, dict, file, and ldap protocols. libcurl also supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this can also be done with PHP’s ftp extension), HTTP form based upload, proxies, cookies, and user+password authentication.

Curl manual page:

http://curl.planetmirror.com/docs/manpage.html

(1000 vote(s))
This article was helpful
This article was not helpful