diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-01-16 14:45:00 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-01-16 14:47:00 +0100 |
commit | 21401840fa26dc88957d1dcf67c325952bc71458 (patch) | |
tree | 72454dd0c57dab9d8363fd7df0a59ad210aa51b1 /docs/examples/.gitignore | |
parent | e3e24e5b362fe06b2f83b7bb430f3e46f55ddf83 (diff) |
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
Diffstat (limited to 'docs/examples/.gitignore')
-rw-r--r-- | docs/examples/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/.gitignore b/docs/examples/.gitignore index 2f7e8c8f3..3912f5f4d 100644 --- a/docs/examples/.gitignore +++ b/docs/examples/.gitignore @@ -40,3 +40,4 @@ simplesmtp simplessl smtp-multi smtp-tls +url2file |