From 5da5cfa33e69632972cfa11e9b367d52597f9b43 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 14 Jun 2000 12:50:38 +0000 Subject: new binary stdout approach for win32 systems --- docs/curl_easy_setopt.3 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/curl_easy_setopt.3') 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 -- cgit v1.2.3