Guenter Knauf 8bab6700d9 Added header to be included by dist script. 12 роки тому
..
.gitignore 6790a543d4 progressfunc: a simple CURLOPT_PROGRESSFUNCTION example 12 роки тому
10-at-a-time.c 1aeb635cdd sources: update source headers 13 роки тому
Makefile.am 8bab6700d9 Added header to be included by dist script. 12 роки тому
Makefile.example 029136da60 source header: added to more files 13 роки тому
Makefile.inc 6790a543d4 progressfunc: a simple CURLOPT_PROGRESSFUNCTION example 12 роки тому
Makefile.m32 ef3f1f3146 Added Win32-only samples. 12 роки тому
Makefile.netware 3c3aa09c65 Added NetWare examples makefile. 12 роки тому
README 6d27647b61 Remove remaining traces of ftp3rdparty.c and mention htmltidy.c 17 роки тому
adddocsref.pl 855a9eff76 add URLs in comments for all libcurl function calls 19 роки тому
anyauthput.c ba52e0a93b Added a workaround for printing size_t. 12 роки тому
cacertinmem.c 1aeb635cdd sources: update source headers 13 роки тому
certinfo.c ac28971aa6 examples: cleanup curl includes 13 роки тому
chkspeed.c ac28971aa6 examples: cleanup curl includes 13 роки тому
cookie_interface.c 1aeb635cdd sources: update source headers 13 роки тому
curlgtk.c ac28971aa6 examples: cleanup curl includes 13 роки тому
curlx.c a07bc79117 14 роки тому
debug.c 1aeb635cdd sources: update source headers 13 роки тому
evhiperfifo.c 1aeb635cdd sources: update source headers 13 роки тому
externalsocket.c 3317160c19 Fixed sample to compile for Windows platform. 12 роки тому
fileupload.c 1aeb635cdd sources: update source headers 13 роки тому
fopen.c 76c54bd129 example: fix compiler warnings in fopen.c 13 роки тому
ftp-wildcard.c 1aeb635cdd sources: update source headers 13 роки тому
ftpget.c ac28971aa6 examples: cleanup curl includes 13 роки тому
ftpgetinfo.c ac28971aa6 examples: cleanup curl includes 13 роки тому
ftpgetresp.c ac28971aa6 examples: cleanup curl includes 13 роки тому
ftpupload.c ba52e0a93b Added a workaround for printing size_t. 12 роки тому
ftpuploadresume.c 87a45c7998 MinGW64 has this prototype already. 12 роки тому
getinfo.c 1aeb635cdd sources: update source headers 13 роки тому
getinmemory.c 450975b0c3 getinmemory.c: use better argument names for write callback 13 роки тому
ghiper.c 1aeb635cdd sources: update source headers 13 роки тому
hiperfifo.c 1aeb635cdd sources: update source headers 13 роки тому
htmltidy.c 1aeb635cdd sources: update source headers 13 роки тому
htmltitle.cc 029136da60 source header: added to more files 13 роки тому
http-post.c 1aeb635cdd sources: update source headers 13 роки тому
httpcustomheader.c 1aeb635cdd sources: update source headers 13 роки тому
httpput.c ba52e0a93b Added a workaround for printing size_t. 12 роки тому
https.c 1aeb635cdd sources: update source headers 13 роки тому
makefile.dj e9afbe2a65 examples/makefile.dj: update email 13 роки тому
multi-app.c 1aeb635cdd sources: update source headers 13 роки тому
multi-debugcallback.c 1aeb635cdd sources: update source headers 13 роки тому
multi-double.c 1aeb635cdd sources: update source headers 13 роки тому
multi-post.c 1aeb635cdd sources: update source headers 13 роки тому
multi-single.c 1aeb635cdd sources: update source headers 13 роки тому
multithread.c 1aeb635cdd sources: update source headers 13 роки тому
opensslthreadlock.c 1aeb635cdd sources: update source headers 13 роки тому
persistant.c 1aeb635cdd sources: update source headers 13 роки тому
post-callback.c 1aeb635cdd sources: update source headers 13 роки тому
postit2.c ac28971aa6 examples: cleanup curl includes 13 роки тому
printf_macro.h ba52e0a93b Added a workaround for printing size_t. 12 роки тому
progressfunc.c 6790a543d4 progressfunc: a simple CURLOPT_PROGRESSFUNCTION example 12 роки тому
resolve.c cce6508242 resolve.c: new example showing off CURLOPT_RESOLVE 13 роки тому
rtsp.c 657d02fbac rtsp.c: converted to C 13 роки тому
sampleconv.c 1aeb635cdd sources: update source headers 13 роки тому
sendrecv.c ba52e0a93b Added a workaround for printing size_t. 12 роки тому
sepheaders.c ac28971aa6 examples: cleanup curl includes 13 роки тому
simple.c 1aeb635cdd sources: update source headers 13 роки тому
simplepost.c 1aeb635cdd sources: update source headers 13 роки тому
simplesmtp.c 1aeb635cdd sources: update source headers 13 роки тому
simplessl.c ac28971aa6 examples: cleanup curl includes 13 роки тому
smooth-gtk-thread.c ac28971aa6 examples: cleanup curl includes 13 роки тому
smtp-multi.c 1aeb635cdd sources: update source headers 13 роки тому
smtp-tls.c 1aeb635cdd sources: update source headers 13 роки тому
synctime.c dafa2fc944 Fixed scanf format for WORD = unsigned short. 12 роки тому
threaded-ssl.c 1aeb635cdd sources: update source headers 13 роки тому
version-check.pl d97fa56fd4 version-check: added brief documentation 13 роки тому

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