Append to File
append-fileAppend text or binary data to the end of a file on an FTP server, creating the file if it doesn't exist. Use base64 encoding for binary content.
Instructions
Append content to the end of a file on the FTP server (creates the file if it does not exist). Pass encoding "base64" for binary content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content to append to the file | |
| encoding | No | Encoding of the provided content (default: utf8) | |
| remotePath | Yes | Path of the file on the FTP server |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remotePath | Yes | ||
| appendedBytes | Yes |