Quantcast
Channel: EraMaX Blog » ssl
Viewing all articles
Browse latest Browse all 4

cURL

0
0

cURL

cURL is a computer software project providing a library and command-line tool for transferring data using various protocols. The cURL project produces two products, libcurl and cURL. It was first released in 1997.
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, 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 and more. As you will see below, the number of features will make your head spin!

cURL Distributed under the MIT License, cURL is free software.

Examples of cURL use from command line

[console] curl www.example.com [console]

This will print the www.example.com homepage source code.

for more options : http://curl.haxx.se/docs/manpage.html

Source : http://en.wikipedia.org/wiki/CURL


Viewing all articles
Browse latest Browse all 4

Latest Images

Trending Articles





Latest Images