2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-16 06:44:58 +08:00
|
|
|
Short: a
|
|
|
|
Long: append
|
|
|
|
Help: Append to target file when uploading
|
|
|
|
Protocols: FTP SFTP
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: ftp sftp
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: range continue-at
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --upload-file local --append ftp://example.com/
|
2021-09-28 17:50:07 +08:00
|
|
|
Added: 4.8
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: boolean
|
2016-11-16 06:44:58 +08:00
|
|
|
---
|
|
|
|
When used in an upload, this makes curl append to the target file instead of
|
2021-11-26 15:46:59 +08:00
|
|
|
overwriting it. If the remote file does not exist, it will be created. Note
|
2016-11-16 06:44:58 +08:00
|
|
|
that this flag is ignored by some SFTP servers (including OpenSSH).
|