2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-16 06:44:58 +08:00
|
|
|
Short: B
|
|
|
|
Long: use-ascii
|
|
|
|
Help: Use ASCII/text transfer
|
|
|
|
Protocols: FTP LDAP
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: misc
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: -B ftp://example.com/README
|
2021-09-28 17:50:07 +08:00
|
|
|
Added: 5.0
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: crlf data-ascii
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: boolean
|
2016-11-16 06:44:58 +08:00
|
|
|
---
|
2017-01-17 07:26:08 +08:00
|
|
|
Enable ASCII transfer. For FTP, this can also be enforced by using a URL that
|
2016-11-16 06:44:58 +08:00
|
|
|
ends with ";type=A". This option causes data sent to stdout to be in text mode
|
|
|
|
for win32 systems.
|