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: data-ascii | ||||
4 | Arg: <data> | ||||
5 | Help: HTTP POST ASCII data | ||||
6 | Protocols: HTTP | ||||
7 | Category: http post upload | ||||
8 | Example: --data-ascii @file $URL | ||||
9 | Added: 7.2 | ||||
10 | See-also: data-binary data-raw data-urlencode | ||||
11 | Multi: append | ||||
12 | --- | ||||
13 | This is just an alias for --data. |