| 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 | Short: a | 
|  | 4 | Long: append | 
|  | 5 | Help: Append to target file when uploading | 
|  | 6 | Protocols: FTP SFTP | 
|  | 7 | Category: ftp sftp | 
|  | 8 | See-also: range continue-at | 
|  | 9 | Example: --upload-file local --append ftp://example.com/ | 
|  | 10 | Added: 4.8 | 
|  | 11 | Multi: boolean | 
|  | 12 | --- | 
|  | 13 | When used in an upload, this makes curl append to the target file instead of | 
|  | 14 | overwriting it. If the remote file does not exist, it will be created. Note | 
|  | 15 | that this flag is ignored by some SFTP servers (including OpenSSH). |