crlf.d 359 B

1234567891011121314
  1. c: Copyright (C) 1998 - 2022, 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 LF to CRLF in upload. Useful for MVS (OS/390).
  13. (SMTP added in 7.40.0)