Skip to main content

cURL

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
         ** Click 'Advanced system settings' link
         ** Go to tab [Advanced] - 'Environment Variables' button
         ** Under System variable select 'Path' and Edit button
         ** Add a semicolon followed by the path to where you placed your curl.exe
              (e.g. ;E:\mycurl\curl)


•• Check by typing,in the command prompt 

 
       curl www.google.com


•• cURL is useful for dealing with some API's, you will know more after you can work with cURL.


• Linux (Debian/Ubuntu)
  * Open SSH Console (Use putty or whatever you have)
  * Type sudo apt-get install curl , it will install curl
   * Type sudo service apache2 restart,it will restart or webserver (apache)

   * Type sudo apt-get install php5-curl (it will install php & integrate with curl)
   * Type, type y or yes when prompted to do so
   * Finally, sudo service apache2 restart, to again restart the apache

Note: sudo is not mandatory, it depends on your linux system


Regards..

Popular posts from this blog

TUNE IN RADIO FOR ANDROID PHONES

THIS APPLICATION IS FOR ANDROID USERS.. ABOUT THE APP - Listen online to millions of music by searching your fav..artist or singer or by country continent.. Its free version is available in playstore..I am sharing the Pro version link..works in android 1.6+ LINKS- Playstore - https://play.google.com/store/apps/details?id=tunein.player&hl=en     Pro- http://www.nextwap.net/download/12596/TuneIn_Radio_Pro_Apk_8.0_Premium_Android.html For any help ask in comments..

Windows 8 launcher android.

Launcher 8- This launcher will change your mobile appearance...it is a very wonderful application..try out :) Screenshots- Windows Phone 8 style launcher – from the maker of Launcher 7. This launcher will make your phone look like Winphone 8. Current features - Fly animations like real phone, slightly evolved from L7 fly animation - Application list also contains fly animation - Completely redesigned how tiles are defined - Contains animated tiles: flipping contacts tile, single contact tile, sms counter, calendar - Phone counter is included, but does not have any animations - Application list icons can be customized - Three pages for widgets Android 4.x highly recommended. 2.x works, but unfortunately it is getting painfully slow. When you start L8 for the very first time, it will load icon package from the Google’s servers. By default it will not load the package if you are not connected to Wifi network. Enable mobile-button will then allow you to download the package u...