diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-06-03 11:15:27 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-06-03 11:15:27 +0000 |
commit | 2e8f37aca56b2af3650f7f95fd3ffa840587ea91 (patch) | |
tree | 93d6262e06eb07715be5ce77f4ad75d31f361a79 /docs/examples/Makefile.am | |
parent | 195d769c4bbaf08b643a8d18397ccf9057f5ea15 (diff) | |
download | curl-2e8f37aca56b2af3650f7f95fd3ffa840587ea91.tar.gz |
Added example of how to use the upcoming support for FTP 3rd party transfers
Diffstat (limited to 'docs/examples/Makefile.am')
-rw-r--r-- | docs/examples/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/Makefile.am b/docs/examples/Makefile.am index b9419bce5..7d7b239fa 100644 --- a/docs/examples/Makefile.am +++ b/docs/examples/Makefile.am @@ -9,7 +9,7 @@ EXTRA_DIST = README curlgtk.c sepheaders.c simple.c postit2.c \ ftpupload.c httpput.c simplessl.c ftpgetresp.c http-post.c \ post-callback.c multi-app.c multi-double.c multi-single.c \ multi-post.c fopen.c simplepost.c makefile.dj curlx.c https.c \ - multi-debugcallback.c fileupload.c getinfo.c + multi-debugcallback.c fileupload.c getinfo.c ftp3rdparty.c all: @echo "done" |