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 ...
- 06-02-2010 #1Just 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.
- 06-02-2010 #2Linux 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?


Reply With Quote