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