Home | History | Annotate | only in /external/curl/docs/examples
Up to higher level directory
NameDateSize
10-at-a-time.c21-Aug-20185.1K
anyauthput.c21-Aug-20184.7K
asiohiper.cpp21-Aug-201814.2K
cacertinmem.c21-Aug-20186.8K
certinfo.c21-Aug-20182.3K
chkspeed.c21-Aug-20186.2K
cookie_interface.c21-Aug-20184K
curlgtk.c21-Aug-20182.9K
curlx.c21-Aug-201816.2K
debug.c21-Aug-20184.2K
evhiperfifo.c21-Aug-201811.9K
externalsocket.c21-Aug-20184.8K
fileupload.c21-Aug-20182.7K
fopen.c21-Aug-201813.9K
ftp-wildcard.c21-Aug-20184.2K
ftpget.c21-Aug-20182.6K
ftpgetinfo.c21-Aug-20182.9K
ftpgetresp.c21-Aug-20182.5K
ftpsget.c21-Aug-20182.9K
ftpupload.c21-Aug-20184.5K
ftpuploadfrommem.c21-Aug-20183.8K
ftpuploadresume.c21-Aug-20184.2K
getinfo.c21-Aug-20181.6K
getinmemory.c21-Aug-20183.2K
getredirect.c21-Aug-20182.3K
ghiper.c21-Aug-201812.1K
hiperfifo.c21-Aug-201811.9K
href_extractor.c21-Aug-20182.6K
htmltidy.c21-Aug-20183.9K
htmltitle.cpp21-Aug-20186.1K
http-post.c21-Aug-20182K
http2-download.c21-Aug-20187.8K
http2-serverpush.c21-Aug-20188.6K
http2-upload.c21-Aug-20189.5K
httpcustomheader.c21-Aug-20182.3K
httpput.c21-Aug-20183.6K
https.c21-Aug-20182.5K
imap-append.c21-Aug-20183.8K
imap-copy.c21-Aug-20182.4K
imap-create.c21-Aug-20182.1K
imap-delete.c21-Aug-20182.1K
imap-examine.c21-Aug-20182.1K
imap-fetch.c21-Aug-20182K
imap-list.c21-Aug-20182.1K
imap-lsub.c21-Aug-20182.1K
imap-multi.c21-Aug-20184.8K
imap-noop.c21-Aug-20182K
imap-search.c21-Aug-20182.4K
imap-ssl.c21-Aug-20183.3K
imap-store.c21-Aug-20182.7K
imap-tls.c21-Aug-20183.5K
Makefile.am21-Aug-20182K
makefile.dj21-Aug-20181.6K
Makefile.example21-Aug-20181.9K
Makefile.inc21-Aug-20182.5K
Makefile.m3221-Aug-20187.6K
Makefile.netware21-Aug-201810.8K
multi-app.c21-Aug-20185.1K
multi-debugcallback.c21-Aug-20186K
multi-double.c21-Aug-20184K
multi-formadd.c21-Aug-20185.1K
multi-post.c21-Aug-20184.9K
multi-single.c21-Aug-20183.1K
multi-uv.c21-Aug-20186K
multithread.c21-Aug-20182.6K
opensslthreadlock.c21-Aug-20182.7K
persistant.c21-Aug-20182.2K
pop3-dele.c21-Aug-20182.2K
pop3-list.c21-Aug-20181.9K
pop3-multi.c21-Aug-20184.8K
pop3-noop.c21-Aug-20182.1K
pop3-retr.c21-Aug-20181.9K
pop3-ssl.c21-Aug-20183.2K
pop3-stat.c21-Aug-20182.1K
pop3-tls.c21-Aug-20183.5K
pop3-top.c21-Aug-20182.1K
pop3-uidl.c21-Aug-20182K
post-callback.c21-Aug-20185.2K
postinmemory.c21-Aug-20183.4K
postit2-formadd.c21-Aug-20183.6K
postit2.c21-Aug-20183.5K
progressfunc.c21-Aug-20184.1K
README21-Aug-20181.6K
resolve.c21-Aug-20181.9K
rtsp.c21-Aug-20188.8K
sampleconv.c21-Aug-20183.3K
sendrecv.c21-Aug-20184.5K
sepheaders.c21-Aug-20182.7K
sessioninfo.c21-Aug-20183K
sftpget.c21-Aug-20183.3K
shared-connection-cache.c21-Aug-20182.5K
simple.c21-Aug-20181.7K
simplepost.c21-Aug-20181.8K
simplessl.c21-Aug-20184.6K
smooth-gtk-thread.c21-Aug-20186.1K
smtp-expn.c21-Aug-20182.6K
smtp-mail.c21-Aug-20184.8K
smtp-mime.c21-Aug-20185.5K
smtp-multi.c21-Aug-20187K
smtp-ssl.c21-Aug-20185.7K
smtp-tls.c21-Aug-20186.2K
smtp-vrfy.c21-Aug-20182.6K
sslbackend.c21-Aug-20182.3K
synctime.c21-Aug-201812.5K
threaded-shared-conn.c21-Aug-20184.5K
threaded-ssl.c21-Aug-20184.3K
url2file.c21-Aug-20182.5K
usercertinmem.c21-Aug-20189K
version-check.pl21-Aug-20182.6K
xmlstream.c21-Aug-20184.9K

README

      1                                   _   _ ____  _
      2                               ___| | | |  _ \| |
      3                              / __| | | | |_) | |
      4                             | (__| |_| |  _ <| |___
      5                              \___|\___/|_| \_\_____|
      6 
      7 This directory is for libcurl programming examples. They are meant to show
      8 some simple steps on how you can build your own application to take full
      9 advantage of libcurl.
     10 
     11 If you end up with other small but still useful example sources, please mail
     12 them for submission in future packages and on the web site.
     13 
     14 BUILDING
     15 
     16 The Makefile.example is an example makefile that could be used to build these
     17 examples. Just edit the file according to your system and requirements first.
     18 
     19 Most examples should build fine using a command line like this:
     20 
     21   $ `curl-config --cc --cflags --libs` -o example example.c
     22 
     23 Some compilers don't like having the arguments in this order but instead
     24 want you do reorganize them like:
     25 
     26   $ `curl-config --cc` -o example example.c `curl-config --cflags --libs`
     27 
     28 *PLEASE* do not use the curl.haxx.se site as a test target for your libcurl
     29 applications/experiments. Even if some of the examples use that site as a URL
     30 at some places, it doesn't mean that the URLs work or that we expect you to
     31 actually torture our web site with your tests!  Thanks.
     32 
     33 EXAMPLES
     34 
     35 Each example source code file is designed to be and work stand-alone and
     36 rather self-explanatory. The examples may at times lack the level of error
     37 checks you need in a real world, but that is then only for the sake of
     38 readability: to make the code smaller and easier to follow.
     39