use-ascii.d 448 B

123456789101112131415
  1. c: Copyright (C) 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.