Guenter Knauf 1ba5712f88 MinGW makefile tweaks for running from sh. il y a 12 ans
..
.gitignore 21401840fa url2file: new simple example il y a 12 ans
10-at-a-time.c 1aeb635cdd sources: update source headers il y a 13 ans
Makefile.am 865893fb14 examples: fix compiler warnings il y a 12 ans
Makefile.example 029136da60 source header: added to more files il y a 13 ans
Makefile.inc 21401840fa url2file: new simple example il y a 12 ans
Makefile.m32 1ba5712f88 MinGW makefile tweaks for running from sh. il y a 12 ans
Makefile.netware 1c58f291cc Updated dependency libary versions. il y a 12 ans
README 5d7a319a55 examples: updated README with two new example programs il y a 12 ans
adddocsref.pl 855a9eff76 add URLs in comments for all libcurl function calls il y a 20 ans
anyauthput.c 865893fb14 examples: fix compiler warnings il y a 12 ans
cacertinmem.c 1aeb635cdd sources: update source headers il y a 13 ans
certinfo.c ac28971aa6 examples: cleanup curl includes il y a 13 ans
chkspeed.c ac28971aa6 examples: cleanup curl includes il y a 13 ans
cookie_interface.c 1aeb635cdd sources: update source headers il y a 13 ans
curlgtk.c ac28971aa6 examples: cleanup curl includes il y a 13 ans
curlx.c 81524cbfa0 OpenSSL: remove reference to openssl internal struct il y a 12 ans
debug.c 1aeb635cdd sources: update source headers il y a 13 ans
evhiperfifo.c 1aeb635cdd sources: update source headers il y a 13 ans
externalsocket.c 865893fb14 examples: fix compiler warnings il y a 12 ans
fileupload.c 1aeb635cdd sources: update source headers il y a 13 ans
fopen.c 76c54bd129 example: fix compiler warnings in fopen.c il y a 13 ans
ftp-wildcard.c 865893fb14 examples: fix compiler warnings il y a 12 ans
ftpget.c ac28971aa6 examples: cleanup curl includes il y a 13 ans
ftpgetinfo.c ac28971aa6 examples: cleanup curl includes il y a 13 ans
ftpgetresp.c ac28971aa6 examples: cleanup curl includes il y a 13 ans
ftpupload.c 865893fb14 examples: fix compiler warnings il y a 12 ans
ftpuploadresume.c 87a45c7998 MinGW64 has this prototype already. il y a 13 ans
getinfo.c 1aeb635cdd sources: update source headers il y a 13 ans
getinmemory.c 450975b0c3 getinmemory.c: use better argument names for write callback il y a 13 ans
ghiper.c 1aeb635cdd sources: update source headers il y a 13 ans
hiperfifo.c 1aeb635cdd sources: update source headers il y a 13 ans
htmltidy.c 1aeb635cdd sources: update source headers il y a 13 ans
htmltitle.cc 029136da60 source header: added to more files il y a 13 ans
http-post.c 1aeb635cdd sources: update source headers il y a 13 ans
httpcustomheader.c 1aeb635cdd sources: update source headers il y a 13 ans
httpput.c 865893fb14 examples: fix compiler warnings il y a 12 ans
https.c 1aeb635cdd sources: update source headers il y a 13 ans
imap.c 865893fb14 examples: fix compiler warnings il y a 12 ans
makefile.dj e9afbe2a65 examples/makefile.dj: update email il y a 13 ans
multi-app.c 1aeb635cdd sources: update source headers il y a 13 ans
multi-debugcallback.c 1aeb635cdd sources: update source headers il y a 13 ans
multi-double.c 1aeb635cdd sources: update source headers il y a 13 ans
multi-post.c 1aeb635cdd sources: update source headers il y a 13 ans
multi-single.c 1aeb635cdd sources: update source headers il y a 13 ans
multithread.c 1aeb635cdd sources: update source headers il y a 13 ans
opensslthreadlock.c 1aeb635cdd sources: update source headers il y a 13 ans
persistant.c 1aeb635cdd sources: update source headers il y a 13 ans
pop3s.c ecd75e8cb8 examples: add a couple of simple pop3s examples il y a 12 ans
pop3slist.c ecd75e8cb8 examples: add a couple of simple pop3s examples il y a 12 ans
post-callback.c 865893fb14 examples: fix compiler warnings il y a 12 ans
postit2.c ac28971aa6 examples: cleanup curl includes il y a 13 ans
progressfunc.c 7e4daaf908 progress function example: include timed interval il y a 13 ans
resolve.c cce6508242 resolve.c: new example showing off CURLOPT_RESOLVE il y a 13 ans
rtsp.c 95ddbdb1db curl_easy_setopt arguments should be of type long in the examples il y a 13 ans
sampleconv.c 1aeb635cdd sources: update source headers il y a 13 ans
sendrecv.c 865893fb14 examples: fix compiler warnings il y a 12 ans
sepheaders.c ac28971aa6 examples: cleanup curl includes il y a 13 ans
simple.c 1aeb635cdd sources: update source headers il y a 13 ans
simplepost.c 1aeb635cdd sources: update source headers il y a 13 ans
simplesmtp.c 1aeb635cdd sources: update source headers il y a 13 ans
simplessl.c ac28971aa6 examples: cleanup curl includes il y a 13 ans
smooth-gtk-thread.c ac28971aa6 examples: cleanup curl includes il y a 13 ans
smtp-multi.c 95ddbdb1db curl_easy_setopt arguments should be of type long in the examples il y a 13 ans
smtp-tls.c 95ddbdb1db curl_easy_setopt arguments should be of type long in the examples il y a 13 ans
synctime.c dafa2fc944 Fixed scanf format for WORD = unsigned short. il y a 13 ans
threaded-ssl.c 1aeb635cdd sources: update source headers il y a 13 ans
url2file.c 21401840fa url2file: new simple example il y a 12 ans
version-check.pl ed0364343d removed trailing whitespace il y a 12 ans

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