crlf.d 385 B

123456789101112131415
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: crlf
  4. Help: Convert LF to CRLF in upload
  5. Protocols: FTP SMTP
  6. Category: ftp smtp
  7. Example: --crlf -T file ftp://example.com/
  8. Added: 5.7
  9. See-also: use-ascii
  10. Multi: boolean
  11. ---
  12. Convert line feeds to carriage return plus line feeds in upload. Useful for
  13. **MVS (OS/390)**.
  14. (SMTP added in 7.40.0)