Find the answer to your Linux question:
Results 1 to 2 of 2
There's this application called curl which is commandline and it's library libcurl, and there's a document on HTTPScripting with curl cURL - Tutorial I am confused as to which one ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    15

    curl vs libcurl

    There's this application called curl which is commandline and it's library libcurl, and there's a document on HTTPScripting with curl cURL - Tutorial

    I am confused as to which one is suited for what. The libcurl library can be used from C but I don't know C. So then I'm supposed to use curl? But I don't get the scripting part, all I see is a list of commands in the HTTPScripting guide :-s.

    Thank you.

  2. #2
    Linux Newbie
    Join Date
    Apr 2007
    Posts
    119
    libcurl is just a way to use curl functionality from a program you write.

    What is it you are attempting to do?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...