xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Short: B |
| 4 | Long: use-ascii |
| 5 | Help: Use ASCII/text transfer |
| 6 | Protocols: FTP LDAP |
| 7 | Category: misc |
| 8 | Example: -B ftp://example.com/README |
| 9 | Added: 5.0 |
| 10 | See-also: crlf data-ascii |
| 11 | Multi: boolean |
| 12 | --- |
| 13 | Enable ASCII transfer. For FTP, this can also be enforced by using a URL that |
| 14 | ends with ";type=A". This option causes data sent to stdout to be in text mode |
| 15 | for win32 systems. |