]> granicus.if.org Git - curl/commit
url2file: new simple example
authorDaniel Stenberg <daniel@haxx.se>
Mon, 16 Jan 2012 13:45:00 +0000 (14:45 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 16 Jan 2012 13:47:00 +0000 (14:47 +0100)
commit21401840fa26dc88957d1dcf67c325952bc71458
tree72454dd0c57dab9d8363fd7df0a59ad210aa51b1
parente3e24e5b362fe06b2f83b7bb430f3e46f55ddf83
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
docs/examples/.gitignore
docs/examples/Makefile.inc
docs/examples/url2file.c [new file with mode: 0644]