Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 410 Bytes

crlf.md

File metadata and controls

21 lines (18 loc) · 410 Bytes
c SPDX-License-Identifier Long Help Protocols Category Added Multi See-also Example
Copyright (C) Daniel Stenberg, <[email protected]>, et al.
curl
crlf
Convert LF to CRLF in upload
FTP SMTP
ftp smtp
5.7
boolean
use-ascii
--crlf -T file ftp://example.com/

--crlf

Convert line feeds to carriage return plus line feeds in upload. Useful for MVS (OS/390).

(SMTP added in 7.40.0)