Daniel Stenberg c927c92086 httpcustomheader.c: make use of more CURLOPT_HTTPHEADER features 9 yıl önce
..
.gitignore 8bcf677a30 examples: gitignore more binaries 10 yıl önce
10-at-a-time.c 1aeb635cdd sources: update source headers 13 yıl önce
Makefile.am 83a42ee20e curl.h: stricter CURL_EXTERN linkage decorations logic 11 yıl önce
Makefile.example 029136da60 source header: added to more files 13 yıl önce
Makefile.inc dc0f8c04ec examples: Added IMAP LSUB example 10 yıl önce
Makefile.m32 9ad282b1ae Remove all traces of FBOpenSSL SPNEGO support 10 yıl önce
Makefile.netware 9ad282b1ae Remove all traces of FBOpenSSL SPNEGO support 10 yıl önce
README ce32176db7 xmlstream: XML stream parsing example source code 11 yıl önce
adddocsref.pl 855a9eff76 add URLs in comments for all libcurl function calls 19 yıl önce
anyauthput.c d758234ade examples/anyauthput.c: fix Tru64 compilation issue 11 yıl önce
asiohiper.cpp 616a0099d1 examples: Updated asiohiper.cpp to remove connect from opensocket 11 yıl önce
cacertinmem.c 3ae2b6cd7f Update instances of some obsolete CURLOPTs to their new names 10 yıl önce
certinfo.c f947de4bb5 examples/certinfo.c: fix compiler warning 11 yıl önce
chkspeed.c cfb7e80991 Added dns and connect time to output. 11 yıl önce
cookie_interface.c fe2b2a3b9d examples: fix compilation issues - commit 7332a7cafb follow-up 11 yıl önce
curlgtk.c ac28971aa6 examples: cleanup curl includes 13 yıl önce
curlx.c 81524cbfa0 OpenSSL: remove reference to openssl internal struct 12 yıl önce
debug.c e243d80dea Updated date. 11 yıl önce
evhiperfifo.c 1f60728f81 examples: remove all use of CURLM_CALL_MULTI_PERFORM 10 yıl önce
externalsocket.c 85b77209ae examples/externalsocket.c: fix SunPro compilation issue 11 yıl önce
fileupload.c a3dbbcfd2a Added error checking for samples. 12 yıl önce
fopen.c 76c54bd129 example: fix compiler warnings in fopen.c 13 yıl önce
ftp-wildcard.c 9e6c3638e6 ftp-wildcard.c: spell fix 9 yıl önce
ftpget.c ac28971aa6 examples: cleanup curl includes 13 yıl önce
ftpgetinfo.c 7332a7cafb examples: fix compilation issues - commit 23f8dca6fb follow-up 11 yıl önce
ftpgetresp.c 3ae2b6cd7f Update instances of some obsolete CURLOPTs to their new names 10 yıl önce
ftpsget.c 8136649e9d ftpsget: simple example showing a FTPS fetch 12 yıl önce
ftpupload.c a3dbbcfd2a Added error checking for samples. 12 yıl önce
ftpuploadresume.c 87a45c7998 MinGW64 has this prototype already. 12 yıl önce
getinfo.c 1aeb635cdd sources: update source headers 13 yıl önce
getinmemory.c 4d7bf73fc3 getinmemory: remove a comment 10 yıl önce
ghiper.c 1f60728f81 examples: remove all use of CURLM_CALL_MULTI_PERFORM 10 yıl önce
hiperfifo.c 1f60728f81 examples: remove all use of CURLM_CALL_MULTI_PERFORM 10 yıl önce
href_extractor.c 22eb00f937 example: use correct type (long) for CURLOPT_FOLLOWLOCATION 10 yıl önce
htmltidy.c 1aeb635cdd sources: update source headers 13 yıl önce
htmltitle.cpp b333504327 htmltitle: fix suggested build command 11 yıl önce
http-post.c be795f90da Added curl_global_* functions. 12 yıl önce
httpcustomheader.c c927c92086 httpcustomheader.c: make use of more CURLOPT_HTTPHEADER features 9 yıl önce
httpput.c 6fe619be7a docs/examples/httpput.c: fix build for MSVC 10 yıl önce
https.c c01b6f4d09 https.c example: remember to call curl_global_init() 11 yıl önce
imap-append.c 0c4589f0c0 imap-append.c: Fixed compilation errors on some platforms 10 yıl önce
imap-copy.c 5220c1d692 examples: Standardised username and password settings for all email examples 10 yıl önce
imap-create.c 5220c1d692 examples: Standardised username and password settings for all email examples 10 yıl önce
imap-delete.c 5220c1d692 examples: Standardised username and password settings for all email examples 10 yıl önce
imap-examine.c 5220c1d692 examples: Standardised username and password settings for all email examples 10 yıl önce
imap-fetch.c 5220c1d692 examples: Standardised username and password settings for all email examples 10 yıl önce
imap-list.c 5220c1d692 examples: Standardised username and password settings for all email examples 10 yıl önce
imap-lsub.c dc0f8c04ec examples: Added IMAP LSUB example 10 yıl önce
imap-multi.c a33e7edcec examples: Fixed compilation errors 10 yıl önce
imap-noop.c ecb0dc4c90 examples: Added IMAP NOOP example 10 yıl önce
imap-search.c 5220c1d692 examples: Standardised username and password settings for all email examples 10 yıl önce
imap-ssl.c f9797871aa examples: Added IMAP SSL and TLS examples 10 yıl önce
imap-store.c 5220c1d692 examples: Standardised username and password settings for all email examples 10 yıl önce
imap-tls.c f9797871aa examples: Added IMAP SSL and TLS examples 10 yıl önce
makefile.dj e9afbe2a65 examples/makefile.dj: update email 13 yıl önce
multi-app.c 4c070de4fb examples: use do/while loop for multi examples 12 yıl önce
multi-debugcallback.c 4c070de4fb examples: use do/while loop for multi examples 12 yıl önce
multi-double.c 4c070de4fb examples: use do/while loop for multi examples 12 yıl önce
multi-post.c 4c070de4fb examples: use do/while loop for multi examples 12 yıl önce
multi-single.c 247b291b12 examples/multi-single.c: fix the order of destructions 11 yıl önce
multi-uv.c b7d3338df2 multi-uv.c: call curl_multi_info_read() better 9 yıl önce
multithread.c 1aeb635cdd sources: update source headers 13 yıl önce
opensslthreadlock.c 1aeb635cdd sources: update source headers 13 yıl önce
persistant.c a3dbbcfd2a Added error checking for samples. 12 yıl önce
pop3-dele.c 27ecc22649 pop3-dele.c: Added missing CURLOPT_NOBODY following feedback 10 yıl önce
pop3-list.c 5be92d03b0 examples: Added return of error code in POP3 examples 10 yıl önce
pop3-multi.c a33e7edcec examples: Fixed compilation errors 10 yıl önce
pop3-noop.c a6742a1c12 examples: Added POP3 NOOP example 10 yıl önce
pop3-retr.c afb65c6cf3 examples: Added POP3 RETR example 10 yıl önce
pop3-ssl.c 0f4bf77bd3 examples: Added POP3 TLS example 10 yıl önce
pop3-stat.c e209d60713 pop3-stat.c: Corrected small typo from commit 91d62e9abd761c 10 yıl önce
pop3-tls.c 0f4bf77bd3 examples: Added POP3 TLS example 10 yıl önce
pop3-top.c 3e17db4882 examples: Added POP3 TOP example 10 yıl önce
pop3-uidl.c e948b9c6e3 examples: Added POP3 UIDL example 10 yıl önce
post-callback.c 7332a7cafb examples: fix compilation issues - commit 23f8dca6fb follow-up 11 yıl önce
postinmemory.c 3c34f453fa postinmemory: new example 10 yıl önce
postit2.c a3dbbcfd2a Added error checking for samples. 12 yıl önce
progressfunc.c 12d01cb6fa CURLOPT_XFERINFOFUNCTION: introducing a new progress callback 11 yıl önce
resolve.c cce6508242 resolve.c: new example showing off CURLOPT_RESOLVE 13 yıl önce
rtsp.c 3ae2b6cd7f Update instances of some obsolete CURLOPTs to their new names 10 yıl önce
sampleconv.c 1aeb635cdd sources: update source headers 13 yıl önce
sendrecv.c 865893fb14 examples: fix compiler warnings 12 yıl önce
sepheaders.c 3ae2b6cd7f Update instances of some obsolete CURLOPTs to their new names 10 yıl önce
sessioninfo.c dc68120e63 curl_easy_getinfo: Post CURLINFO_TLS_SESSION tidy up 10 yıl önce
sftpget.c 71358ddffd sftpget: SFTP is not "SSH FTP" 12 yıl önce
simple.c 5243b18f3d Fixed simple.c to work again unchanged. 11 yıl önce
simplepost.c a3dbbcfd2a Added error checking for samples. 12 yıl önce
simplessl.c 3ae2b6cd7f Update instances of some obsolete CURLOPTs to their new names 10 yıl önce
smooth-gtk-thread.c ac28971aa6 examples: cleanup curl includes 13 yıl önce
smtp-expn.c fc0b4b0d31 examples: Added required libcurl version information to SMTP examples 10 yıl önce
smtp-mail.c e473a4d2f3 examples: Updated SMTP MAIL example to return libcurl result code 10 yıl önce
smtp-multi.c 3a4cd2ad8d smtp-multi.c: Minor coding style tidyup following POP3 and IMAP additions 10 yıl önce
smtp-ssl.c 7e85964080 examples: Synchronised comments between SMTP MAIL examples 10 yıl önce
smtp-tls.c 7e85964080 examples: Synchronised comments between SMTP MAIL examples 10 yıl önce
smtp-vrfy.c fc0b4b0d31 examples: Added required libcurl version information to SMTP examples 10 yıl önce
synctime.c dafa2fc944 Fixed scanf format for WORD = unsigned short. 12 yıl önce
threaded-ssl.c 1aeb635cdd sources: update source headers 13 yıl önce
url2file.c 3ae2b6cd7f Update instances of some obsolete CURLOPTs to their new names 10 yıl önce
usercertinmem.c 3ae2b6cd7f Update instances of some obsolete CURLOPTs to their new names 10 yıl önce
version-check.pl ed0364343d removed trailing whitespace 12 yıl önce
xmlstream.c ce32176db7 xmlstream: XML stream parsing example source code 11 yıl önce

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