Skip to main content

Posts

Showing posts from June, 2014

Install cURL in Windows.

What is cURL? curl is a  curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP . curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other  useful tricks . How to install cURL? Open  http://curl.haxx.se/dlwiz?type=bin  in a browser. Select your operating system in the dropdown box: either Windows /Win32 or Win 64. Click Select! For Win 32, choose whether you will use curl in a Windows Command Prompt (Generic) or in a Cygwin terminal (cygwin). For Win 64, choose whether you will use curl in a Windows Command Prompt (Generic) or MinGW (MinGW64). Click Select! If required, choose your Windows operating system. Finish. Cli