curl/docs/examples
Gisle Vanem f11969015a Avoid compiler warning about unused argument. 2009-04-18 09:59:42 +00:00
..
.cvsignore ignore all the binaries and the .deps and .libs 2007-08-17 22:33:25 +00:00
10-at-a-time.c Argument to CURLMOPT_MAXCONNECTS must be a long 2008-09-22 17:27:24 +00:00
Makefile.am Initial support of curlbuild.h and curlrules.h which allows 2008-08-07 00:29:08 +00:00
Makefile.example Patrick Monnerat modified the LDAP code and approach in curl. Starting now, 2007-08-11 20:57:54 +00:00
Makefile.inc Markus Koetter's adaptation of hiperfifo.c to instead use libev 2008-11-21 10:10:33 +00:00
Makefile.m32 Internal time differences now use monotonic time source if available. 2008-05-09 16:31:51 +00:00
README Remove remaining traces of ftp3rdparty.c and mention htmltidy.c 2007-09-13 20:36:52 +00:00
adddocsref.pl add URLs in comments for all libcurl function calls 2004-11-22 13:39:23 +00:00
anyauthput.c MSVC adjustment 2008-08-31 12:12:35 +00:00
cacertinmem.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
certinfo.c - Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By 2008-09-05 14:29:21 +00:00
cookie_interface.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
curlgtk.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
curlx.c remove unnecessary typecasting of malloc() 2008-09-06 05:29:05 +00:00
debug.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
evhiperfifo.c Markus Koetter's adaptation of hiperfifo.c to instead use libev 2008-11-21 10:10:33 +00:00
fileupload.c Checked in some grammatical and minor other fixes in the documentation and 2008-09-10 07:11:45 +00:00
fopen.c remove unnecessary typecasting of malloc() 2008-09-06 05:29:05 +00:00
ftpget.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
ftpgetresp.c Fixed some more simple compile warnings in the examples. 2007-07-16 21:22:12 +00:00
ftpupload.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
ftpuploadresume.c MSVC adjustment 2008-08-31 12:12:35 +00:00
getinfo.c trying a version with URLs for all function calls 2004-11-22 16:24:46 +00:00
getinmemory.c remove unnecessary typecasting of realloc() 2008-09-06 04:28:43 +00:00
ghiper.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
hiperfifo.c and now it compiles too! 2008-11-19 15:31:55 +00:00
htmltidy.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
htmltitle.cc Avoid compiler warning about unused argument. 2009-04-18 09:59:42 +00:00
http-post.c removed trailing whitespace 2004-11-22 14:41:36 +00:00
httpcustomheader.c make this example not only replace an internal header but also add a totally 2009-01-12 21:29:23 +00:00
httpput.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
https.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
makefile.dj Pick-up programs from Makefile.inc. 2008-08-17 16:20:23 +00:00
multi-app.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
multi-debugcallback.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
multi-double.c Added comments about checking return code and the maxfd counter 2006-10-13 14:01:19 +00:00
multi-post.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
multi-single.c Added comments about checking return code and the maxfd counter 2006-10-13 14:01:19 +00:00
multithread.c Made sure that curl_global_init is called in all the multithreaded 2008-04-03 20:28:32 +00:00
opensslthreadlock.c remove unnecessary typecasting of malloc() 2008-09-06 05:29:05 +00:00
persistant.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
post-callback.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
postit2.c Fixed some compile warnings and errors and improved portability in the 2007-07-12 21:11:10 +00:00
sampleconv.c new little example using the new conversion callbacks added in 7.15.4 2006-04-09 08:39:08 +00:00
sendrecv.c Fixed unused variable warning 2008-08-14 18:41:37 +00:00
sepheaders.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
simple.c stripped trailing whitespace 2004-08-23 14:22:52 +00:00
simplepost.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
simplessl.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
smooth-gtk-thread.c Made sure that curl_global_init is called in all the multithreaded 2008-04-03 20:28:32 +00:00
synctime.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00
threaded-ssl.c Fixed a surprising number of example programs that were passing int arguments 2008-05-22 21:20:07 +00:00

README

                                  _   _ ____  _
                              ___| | | |  _ \| |
                             / __| | | | |_) | |
                            | (__| |_| |  _ <| |___
                             \___|\___/|_| \_\_____|

This directory is for libcurl programming examples. They are meant to show
some simple steps on how you can build your own application to take full
advantage of libcurl.

If you end up with other small but still useful example sources, please mail
them for submission in future packages and on the web site.

BUILDING

The Makefile.example is an example makefile that could be used to build these
examples. Just edit the file according to your system and requirements first.

Most examples should build fine using a command line like this:

  $ `curl-config --cc --cflags --libs` -o example example.c

Some compilers don't like having the arguments in this order but instead
want you do reorganize them like:

  $ `curl-config --cc` -o example example.c `curl-config --cflags --libs`

*PLEASE* do not use the curl.haxx.se site as a test target for your libcurl
applications/experiments. Even if some of the examples use that site as a URL
at some places, it doesn't mean that the URLs work or that we expect you to
actually torture our web site with your tests!  Thanks.

EXAMPLES

anyauthput.c   - HTTP PUT using "any" authentication method
cacertinmem.c  - Use a built-in PEM certificate to retrieve a https page
cookie_interface.c - shows usage of simple cookie interface
curlgtk.c      - download using a GTK progress bar
curlx.c        - getting file info from the remote cert data
debug.c        - showing how to use the debug callback
fileupload.c   - uploading to a file:// URL
fopen.c        - fopen() layer that supports opening URLs and files
ftpget.c       - simple getting a file from FTP
ftpgetresp.c   - get the response strings from the FTP server
ftpupload.c    - upload a file to an FTP server
ftpuploadresume.c - resume an upload to an FTP server
getinfo.c      - get the Content-Type from the recent transfer
getinmemory.c  - download a file to memory only
ghiper.c       - curl_multi_socket() using code with glib-2
hiperfifo.c    - downloads all URLs written to the fifo, using
                 curl_multi_socket() and libevent
htmltidy.c     - download a document and use libtidy to parse the HTML
htmltitle.cc   - download a HTML file and extract the <title> tag from a HTML
                 page using libxml
http-post.c    - HTTP POST
httpput.c      - HTTP PUT a local file
https.c        - simple HTTPS transfer
multi-app.c    - a multi-interface app
multi-debugcallback.c - a multi-interface app using the debug callback
multi-double.c - a multi-interface app doing two simultaneous transfers
multi-post.c   - a multi-interface app doing a multipart formpost
multi-single.c - a multi-interface app getting a single file
multithread.c  - an example using multi-treading transferring multiple files
opensslthreadlock.c - show how to do locking when using OpenSSL multi-threaded
persistant.c   - request two URLs with a persistent connection
post-callback.c - send a HTTP POST using a callback
postit2.c      - send a HTTP multipart formpost
sampleconv.c   - showing how a program on a non-ASCII platform would invoke
                 callbacks to do its own codeset conversions instead of using
                 the built-in iconv functions in libcurl
sepheaders.c   - download headers to a separate file
simple.c       - the most simple download a URL source
simplepost.c   - HTTP POST
simplessl.c    - HTTPS example with certificates many options set
synctime.c     - Sync local time by extracting date from remote HTTP servers
10-at-a-time.c - Download many files simultaneously, 10 at a time.