curl/docs/examples
Dan Fandrich 5d7a319a55 examples: updated README with two new example programs 2012-01-20 22:44:59 -08:00
..
.gitignore url2file: new simple example 2012-01-16 14:47:00 +01:00
10-at-a-time.c sources: update source headers 2011-03-10 12:04:33 +01:00
Makefile.am Added header to be included by dist script. 2011-09-24 15:06:21 +02:00
Makefile.example source header: added to more files 2011-03-12 00:14:32 +01:00
Makefile.inc url2file: new simple example 2012-01-16 14:47:00 +01:00
Makefile.m32 removed trailing whitespace 2011-12-30 03:36:18 +01:00
Makefile.netware Added SPNEGO to NetWare build. 2011-09-27 16:02:07 +02:00
README examples: updated README with two new example programs 2012-01-20 22:44:59 -08:00
adddocsref.pl add URLs in comments for all libcurl function calls 2004-11-22 13:39:23 +00:00
anyauthput.c Added some include files in a couple of example programs 2011-12-06 19:54:48 -08:00
cacertinmem.c sources: update source headers 2011-03-10 12:04:33 +01:00
certinfo.c examples: cleanup curl includes 2011-06-28 19:08:51 +02:00
chkspeed.c examples: cleanup curl includes 2011-06-28 19:08:51 +02:00
cookie_interface.c sources: update source headers 2011-03-10 12:04:33 +01:00
curlgtk.c examples: cleanup curl includes 2011-06-28 19:08:51 +02:00
curlx.c OpenSSL: remove reference to openssl internal struct 2012-01-04 23:02:36 +01:00
debug.c sources: update source headers 2011-03-10 12:04:33 +01:00
evhiperfifo.c sources: update source headers 2011-03-10 12:04:33 +01:00
externalsocket.c Added some include files in a couple of example programs 2011-12-06 19:54:48 -08:00
fileupload.c sources: update source headers 2011-03-10 12:04:33 +01:00
fopen.c example: fix compiler warnings in fopen.c 2010-12-17 00:09:48 +01:00
ftp-wildcard.c sources: update source headers 2011-03-10 12:04:33 +01:00
ftpget.c examples: cleanup curl includes 2011-06-28 19:08:51 +02:00
ftpgetinfo.c examples: cleanup curl includes 2011-06-28 19:08:51 +02:00
ftpgetresp.c examples: cleanup curl includes 2011-06-28 19:08:51 +02:00
ftpupload.c Added a workaround for printing size_t. 2011-09-23 02:16:20 +02:00
ftpuploadresume.c MinGW64 has this prototype already. 2011-09-23 03:56:34 +02:00
getinfo.c sources: update source headers 2011-03-10 12:04:33 +01:00
getinmemory.c getinmemory.c: use better argument names for write callback 2011-09-07 22:43:28 +02:00
ghiper.c sources: update source headers 2011-03-10 12:04:33 +01:00
hiperfifo.c sources: update source headers 2011-03-10 12:04:33 +01:00
htmltidy.c sources: update source headers 2011-03-10 12:04:33 +01:00
htmltitle.cc source header: added to more files 2011-03-12 00:14:32 +01:00
http-post.c sources: update source headers 2011-03-10 12:04:33 +01:00
httpcustomheader.c sources: update source headers 2011-03-10 12:04:33 +01:00
httpput.c Added a workaround for printing size_t. 2011-09-23 02:16:20 +02:00
https.c sources: update source headers 2011-03-10 12:04:33 +01:00
imap.c imap.c: a dead simple imap example 2012-01-16 14:47:00 +01:00
makefile.dj examples/makefile.dj: update email 2011-04-07 15:16:38 +02:00
multi-app.c sources: update source headers 2011-03-10 12:04:33 +01:00
multi-debugcallback.c sources: update source headers 2011-03-10 12:04:33 +01:00
multi-double.c sources: update source headers 2011-03-10 12:04:33 +01:00
multi-post.c sources: update source headers 2011-03-10 12:04:33 +01:00
multi-single.c sources: update source headers 2011-03-10 12:04:33 +01:00
multithread.c sources: update source headers 2011-03-10 12:04:33 +01:00
opensslthreadlock.c sources: update source headers 2011-03-10 12:04:33 +01:00
persistant.c sources: update source headers 2011-03-10 12:04:33 +01:00
pop3s.c examples: add a couple of simple pop3s examples 2011-12-30 15:30:11 +01:00
pop3slist.c examples: add a couple of simple pop3s examples 2011-12-30 15:30:11 +01:00
post-callback.c sources: update source headers 2011-03-10 12:04:33 +01:00
postit2.c examples: cleanup curl includes 2011-06-28 19:08:51 +02:00
printf_macro.h Added a workaround for printing size_t. 2011-09-23 02:16:20 +02:00
progressfunc.c progress function example: include timed interval 2011-12-05 23:13:34 +01:00
resolve.c resolve.c: new example showing off CURLOPT_RESOLVE 2011-08-23 16:31:10 +02:00
rtsp.c curl_easy_setopt arguments should be of type long in the examples 2011-11-14 14:07:25 -08:00
sampleconv.c sources: update source headers 2011-03-10 12:04:33 +01:00
sendrecv.c Added a workaround for printing size_t. 2011-09-23 02:16:20 +02:00
sepheaders.c examples: cleanup curl includes 2011-06-28 19:08:51 +02:00
simple.c sources: update source headers 2011-03-10 12:04:33 +01:00
simplepost.c sources: update source headers 2011-03-10 12:04:33 +01:00
simplesmtp.c sources: update source headers 2011-03-10 12:04:33 +01:00
simplessl.c examples: cleanup curl includes 2011-06-28 19:08:51 +02:00
smooth-gtk-thread.c examples: cleanup curl includes 2011-06-28 19:08:51 +02:00
smtp-multi.c curl_easy_setopt arguments should be of type long in the examples 2011-11-14 14:07:25 -08:00
smtp-tls.c curl_easy_setopt arguments should be of type long in the examples 2011-11-14 14:07:25 -08:00
synctime.c Fixed scanf format for WORD = unsigned short. 2011-09-23 03:21:50 +02:00
threaded-ssl.c sources: update source headers 2011-03-10 12:04:33 +01:00
url2file.c url2file: new simple example 2012-01-16 14:47:00 +01:00
version-check.pl removed trailing whitespace 2011-12-30 03:36:18 +01: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
imap.c         - simple IMAP 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
pop3s.c        - POP3S transfer
pop3slist.c    - POP3S LIST
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
url2file.c     - download a document and store it in a file
10-at-a-time.c - Download many files simultaneously, 10 at a time.