3.40. TRANSFERTEXT flag

[<<<] [>>>]

curl::option CurlHandle,"TRANSFERTEXT"

Setting the parameter tells the library to use ASCII mode for ftp transfers, 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.


[<<<] [>>>]