ftp_write
Write content to a remote file over FTP. Provide remotePath and content to overwrite or create files on the server.
Instructions
Write content to a remote file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Content to write to the file | |
| remotePath | Yes | Remote file path to write |