History log of /curl/docs/examples/ftpupload.c (Results 26 – 41 of 41)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6582895b 05-Jun-2009 Yang Tse

docs/example patches for VMS


Revision tags: curl-7_19_5, curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1, curl-7_19_0, curl-7_18_2
# e664cd58 22-May-2008 Dan Fandrich

Fixed a surprising number of example programs that were passing int arguments
to curl_easy_setopt instead of long.


Revision tags: curl-7_18_1
# 5e9c5648 21-Feb-2008 Gunter Knauf

fixed missing header; changed bail out from exit() to return().
Mentioned on the list by Michal Marek.


# 4ae644e4 20-Feb-2008 Gunter Knauf

reformatted comment.


# d208e56b 20-Feb-2008 Gunter Knauf

added read callback function in order to prevent crashs on Win32 when linked against DLL:


# ade08907 19-Feb-2008 Gunter Knauf

fix for new codestyle.


# 7a5596bf 19-Feb-2008 Gunter Knauf

made changes to work with Win32;
replaced fstat() with stat() call and bail out if local file not found.


Revision tags: curl-7_18_0, curl-7_17_1, curl-7_17_0, curl-7_17_0-preldapfix
# 4706a933 16-Jul-2007 Dan Fandrich

Fixed some more simple compile warnings in the examples.


# 49ce3e51 12-Jul-2007 Dan Fandrich

Fixed some compile warnings and errors and improved portability in the
examples.
Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers
any longer.


Revision tags: curl-7_16_4, curl-7_16_3, curl-7_16_2, curl-7_16_1, curl-7_16_0, curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4, curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0, curl-7_13_2, curl-7_13_1, before_ftp_statemachine, curl-7_13_0
# 8dd799b4 20-Jan-2005 Daniel Stenberg

If you give a *_LARGE option you MUST make sure that the type of the passed-in
argument is a curl_off_t. If you use CURLOPT_INFILESIZE (without _LARGE) you
must make sure that to pass in a ty

If you give a *_LARGE option you MUST make sure that the type of the passed-in
argument is a curl_off_t. If you use CURLOPT_INFILESIZE (without _LARGE) you
must make sure that to pass in a type 'long' argument. */

show more ...


Revision tags: curl-7_12_3
# e80f566a 21-Nov-2004 Daniel Stenberg

added comment for windows people about READFUNCTION being needed


Revision tags: curl-7_12_2, curl-7_12_1, pre-aifix, curl-7_12_0
# 459801d6 26-May-2004 Daniel Stenberg

strip trailing whitespace


Revision tags: curl-7_11_2, c-ares-1_2_0, curl-7_11_1, curl-7_11_0
# b60e0fa9 05-Jan-2004 Daniel Stenberg

David J Meyer's large file support.


# f68219dd 08-Dec-2003 Daniel Stenberg

use the newer option names


Revision tags: curl-7_10_8, curl-7_10_7, curl-7_10_6, curl-7_10_5, curl-7_10_4
# 5334a58f 17-Mar-2003 Daniel Stenberg

Andy Cedilnik's corrections


Revision tags: curl-7_10_3, curl-7_10_2, curl-7_10_1, curl-7_10, curl-7_9_8, curl-7_9_7, curl-7_9_7-pre2, curl-7_9_6, curl-7_9_5, curl-7_9_5-pre4, curl-7_9_5-pre2, curl-7_9_4, curl-7_9_3, curl-7_9_3-pre3, curl-7_9_3-pre2, curl-7_9_3-pre1, pre-host-cache, curl-7_9_2, curl-7_9_1, curl-7_9, Curl_easy_1-1-8, Curl_easy_1-1-7, before_urldata_rename
# b6526af4 29-Aug-2001 Daniel Stenberg

added ftpupload.c


12