summaryrefslogtreecommitdiff
path: root/docs/examples/ftpuploadresume.c
Commit message (Collapse)AuthorAgeFilesLines
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-3/+3
|
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-12/+15
| | | | | | | | | | All plain C examples now (mostly) adhere to the curl code style. While they are only examples, they had diverted so much and contained all sorts of different mixed code styles by now. Having them use a unified style helps users and readability. Also, as they get copy-and-pasted widely by users, making sure they're clean and nice is a good idea. 573 checksrc warnings were addressed.
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* examples: more descriptionsDaniel Stenberg2015-06-181-8/+4
|
* MinGW64 has this prototype already.Guenter Knauf2011-09-231-1/+1
|
* sources: update source headersDaniel Stenberg2011-03-101-2/+15
| | | | | | All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers.
* examples: use example.com in example URLsDaniel Stenberg2010-10-051-4/+7
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* replaced tabs with spacesYang Tse2010-02-161-76/+76
|
* MSVC adjustmentYang Tse2008-08-311-0/+3
|
* Fixed a surprising number of example programs that were passing int argumentsDan Fandrich2008-05-221-9/+9
| | | | to curl_easy_setopt instead of long.
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-301-2/+2
| | | | | | | | | | | and allow reuse by multiple protocols. Several unused error codes were removed. In all cases, macros were added to preserve source (and binary) compatibility with the old names. These macros are subject to removal at a future date, but probably not before 2009. An application can be tested to see if it is using any obsolete code by compiling it with the CURL_NO_OLDIES macro defined. Documented some newer error codes in libcurl-error(3)
* Fixed some compile warnings and errors and improved portability in theDan Fandrich2007-07-121-9/+11
| | | | | | examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer.
* The new ftpuploadresume.c example by Philip BockDaniel Stenberg2006-05-111-0/+154