562 B
Vendored
562 B
Vendored
c, SPDX-License-Identifier, Short, Long, Help, Protocols, Category, Added, Multi, See-also, Example
| c | SPDX-License-Identifier | Short | Long | Help | Protocols | Category | Added | Multi | See-also | Example | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. | curl | a | append | Append to target file when uploading | FTP SFTP | ftp sftp | 4.8 | boolean |
|
|
--append
When used in an upload, this option makes curl append to the target file instead of overwriting it. If the remote file does not exist, it is created. Note that this flag is ignored by some SFTP servers (including OpenSSH).