xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame] | 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 | |||||
14 | (SMTP added in 7.40.0) |