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