Upload File
upload-fileUpload a file to an FTP server, using base64 encoding for binary content.
Instructions
Upload a file to the FTP server. Pass encoding "base64" to upload binary content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content to upload to the file | |
| encoding | No | Encoding of the provided content (default: utf8) | |
| remotePath | Yes | Destination path on the FTP server |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remotePath | Yes | ||
| bytesWritten | Yes |