blob: f19a5b25da57b51256fa57d6a5aaebd79f628f68 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: crlf
4Help: Convert LF to CRLF in upload
5Protocols: FTP SMTP
6Category: ftp smtp
7Example: --crlf -T file ftp://example.com/
8Added: 5.7
9See-also: use-ascii
10Multi: boolean
11---
12Convert LF to CRLF in upload. Useful for MVS (OS/390).
13
14(SMTP added in 7.40.0)