aboutsummaryrefslogtreecommitdiff
path: root/docs/curl_easy_setopt.3
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 /docs/curl_easy_setopt.3
parent2dbadc6405799420fea17717c1da464dd7d0ade9 (diff)
new binary stdout approach for win32 systems
Diffstat (limited to 'docs/curl_easy_setopt.3')
-rw-r--r--docs/curl_easy_setopt.310
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/curl_easy_setopt.3 b/docs/curl_easy_setopt.3
index 57537b739..afe0b61b7 100644
--- a/docs/curl_easy_setopt.3
+++ b/docs/curl_easy_setopt.3
@@ -137,11 +137,13 @@ server sends as part of a HTTP header. NOTE that this means that the library
will resend the same request on the new location and follow new Location:
headers all the way until no more such headers are returned.
.TP
-.B CURLOPT_FTPASCII
+.B CURLOPT_TRANSFERTEXT
A non-zero parameter tells the library to use ASCII mode for ftp transfers,
-instead of the default binary transfer. This will only be useable when
-transfering text data between system with different views on certain
-characters, such as newlines or similar.
+instead of the default binary transfer. For LDAP transfers it gets the data in
+plain text instead of HTML and for win32 systems it does not set the stdout to
+binary mode. This option can be useable when transfering text data between
+system with different views on certain characters, such as newlines or
+similar.
.TP
.B CURLOPT_PUT
A non-zero parameter tells the library to use HTTP PUT a file. The file to put