cURL •• What is cURL ? • cURL is command line tool and library for transferring data with URLs •• Supported Protocols • HTTP, HTTPS,FTP,IMAP,POP3,curl supports SSL certificates etc. •• cURL is an open source project,latest version is 7.55.1. Check out the project at https://github.com/curl/curl •• Supported Platforms • Windows,Linux,MacOS etc. •• Download cURL here https://curl.haxx.se/dlwiz/?type=* •• cURL Installation • Windows * Download the curl zip (As per 32 or 64 bit) * Extract it anywhere and rename it whatever you want * Find the curl.exe in "src" folder * Place curl.exe in the folder you made * To run curl from the command line ** Right-hand-click on "My Computer" icon ** Select Properties ...