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