Append to File
append-fileAppend content to a file on an FTP server, creating it if missing. Supports text and binary (base64) 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 |