blob: b1eab78cfe5c0961dc1c1705bd66c28bb3bdf99a [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Short: a
4Long: append
5Help: Append to target file when uploading
6Protocols: FTP SFTP
7Category: ftp sftp
8See-also: range continue-at
9Example: --upload-file local --append ftp://example.com/
10Added: 4.8
11Multi: boolean
12---
13When used in an upload, this makes curl append to the target file instead of
14overwriting it. If the remote file does not exist, it will be created. Note
15that this flag is ignored by some SFTP servers (including OpenSSH).