Category:Libcurl

From Rosetta Code
Revision as of 16:35, 31 January 2009 by rosettacode>ShinTakezou (stub for libcurl (text copy-pasted from wikipedia))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

cURL is a command line tool for transferring files with URL syntax. Libcurl is the corresponding library/API that users may incorporate into their programs; cURL acts as a stand-alone wrapper to the libcurl library. See Libcurl on Wikipedia