Append uploaded data when the protocol and server support it.
Section: Uploads
Append to a remote file
bash
bash
curl --append -T ./log.txt ftp://example.com/log.txtExplanation
Mostly used with FTP/SFTP style workflows.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Uploads