aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-06-14 12:50:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-06-14 12:50:38 +0000
commit5da5cfa33e69632972cfa11e9b367d52597f9b43 (patch)
tree0f72c3afb3d2f05da15118394102e443f95a744d /include
parent2dbadc6405799420fea17717c1da464dd7d0ade9 (diff)
new binary stdout approach for win32 systems
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 4e5dbbb7e..94716f8d3 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -345,7 +345,12 @@ typedef enum {
T(FTPAPPEND, LONG, 50), /* Append instead of overwrite on upload! */
T(NETRC, LONG, 51), /* read user+password from .netrc */
T(FOLLOWLOCATION, LONG, 52), /* use Location: Luke! */
+
+ /* This FTPASCII name is now obsolete, to be removed, use the TRANSFERTEXT
+ instead. It goes for more protocols than just ftp... */
T(FTPASCII, LONG, 53), /* use TYPE A for transfer */
+
+ T(TRANSFERTEXT, LONG, 53), /* transfer data in text/ASCII format */
T(PUT, LONG, 54), /* PUT the input file */
T(MUTE, LONG, 55), /* force NOPROGRESS */