aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/ftpget.c
AgeCommit message (Collapse)Author
2008-05-22Fixed a surprising number of example programs that were passing int argumentsDan Fandrich
to curl_easy_setopt instead of long.
2008-02-27Michal Marek's cleanup of how curl_easy_setopt() is used in examples andDaniel Stenberg
test code. Thanks to his curl_easy_setopt() typechecker work...
2007-07-16Fixed some more simple compile warnings in the examples.Dan Fandrich
2007-07-12Fixed some compile warnings and errors and improved portability in theDan Fandrich
examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer.
2004-08-23stripped trailing whitespaceDaniel Stenberg
2003-12-08use the newer option namesDaniel Stenberg
2002-01-08I made the write callback create the file the first time it gets called soDaniel Stenberg
that it won't create an empty file if the remote file doesn't exist
2001-03-27Added ftpget.c just to show that it is exactly as easy to get FTP filesDaniel Stenberg