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