Rikard Falkeborn
77b2f702c4
examples: update .gitignore
...
Add files that are generated by 'make examples' and remove some that
have been renamed.
The commits that renamed the programs are e9625c5bc6
(imap.c and
simplesmtp.c were renamed to imap-fetch.c and smtp-send.c) and
ad39e7ec01
(pop3slist.c and pop3s.c were renamed to pop3-list.c and
pop3-ssl.c).
Closes #6240
2020-11-23 23:09:33 +01:00
Rikard Falkeborn
251cabfb4a
examples: Update .gitignore
...
Add a few missing examples to make `make examples` not leave the
workspace in a dirty state.
Closes #3427
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
2019-01-02 14:32:01 +01:00
Viktor Szakats
efc696a2e0
docs/examples: URL updates
...
- also update two URLs outside of docs/examples
- fix spelling of filename persistant.c
- fix three long lines that started failing checksrc.pl
Closes https://github.com/curl/curl/pull/3036
2018-09-23 09:23:29 +00:00
Daniel Stenberg
a26d11b8e1
gitignore: ignore more generated files
2018-03-24 00:24:24 +01:00
Johannes Schindelin
a34e141c09
docs/examples: demonstrate how to select SSL backends
...
The newly-introduced curl_global_sslset() function deserves to be
show-cased.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-08-28 14:56:59 +02:00
Daniel Stenberg
a47137c4a5
docs/examples: gitignore some more built examples
2015-12-01 09:09:04 +01:00
Daniel Stenberg
8bcf677a30
examples: gitignore more binaries
2014-01-29 10:22:40 +01:00
David Strauss
ce32176db7
xmlstream: XML stream parsing example source code
...
Add an XML stream parsing example using Expat. Add missing ignore for
the binary from an unrelated example.
2013-05-19 11:19:28 +02:00
Daniel Stenberg
8136649e9d
ftpsget: simple example showing a FTPS fetch
2012-08-27 14:50:09 +02:00
Armel Asselin
be5fbf7372
sftpget: example showing a simple SFTP download
...
... using SSH-agent
2012-08-27 14:34:15 +02:00
Daniel Stenberg
21401840fa
url2file: new simple example
...
Just showing how to download the contents of a given URL into a local
file.
Based on a suggestion and example code by Georg Potthast
2012-01-16 14:47:00 +01:00
Daniel Stenberg
e3e24e5b36
imap.c: a dead simple imap example
...
Just to show that IMAP is used just like other protocols
2012-01-16 14:47:00 +01:00
Alessandro Ghedini
90343c76c6
examples: update README, Makefile.inc and gitignore with pop3s examples
2011-12-30 15:30:11 +01:00
Daniel Stenberg
6790a543d4
progressfunc: a simple CURLOPT_PROGRESSFUNCTION example
2011-09-13 22:48:55 +02:00
Daniel Stenberg
cce6508242
resolve.c: new example showing off CURLOPT_RESOLVE
2011-08-23 16:31:10 +02:00
Daniel Stenberg
af809923e4
externalsocket.c: new example
2011-08-23 11:28:35 +02:00
Daniel Stenberg
c8766ed3fb
ignore rtsp
2011-08-13 00:22:47 +02:00
Daniel Stenberg
476b1a079b
gitignore: ignore the new example execs
2010-12-17 23:35:04 +01:00
Daniel Stenberg
fc308282ac
.gitignore: ignore all built examples
2010-08-02 23:47:44 +02:00