master-server/deps/curl/docs/cmdline-opts/crlf.md

22 lines
410 B
Markdown
Raw Normal View History

2024-05-15 15:20:32 -04:00
---
2023-12-11 20:30:44 -05:00
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: crlf
Help: Convert LF to CRLF in upload
Protocols: FTP SMTP
Category: ftp smtp
Added: 5.7
Multi: boolean
2024-05-15 15:20:32 -04:00
See-also:
- use-ascii
Example:
- --crlf -T file ftp://example.com/
2023-12-11 20:30:44 -05:00
---
2024-05-15 15:20:32 -04:00
# `--crlf`
2023-12-11 20:30:44 -05:00
Convert line feeds to carriage return plus line feeds in upload. Useful for
**MVS (OS/390)**.
(SMTP added in 7.40.0)