use-ascii.md (498B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Short: B 5 Long: use-ascii 6 Help: Use ASCII/text transfer 7 Protocols: FTP LDAP 8 Category: ftp output ldap 9 Added: 5.0 10 Multi: boolean 11 See-also: 12 - crlf 13 - data-ascii 14 Example: 15 - -B ftp://example.com/README 16 --- 17 18 # `--use-ascii` 19 20 Enable ASCII transfer mode. For FTP, this can also be enforced by using a URL 21 that ends with `;type=A`. This option causes data sent to stdout to be in text 22 mode for Win32 systems.