file_upload
Upload file content to a specified target path on the server using text or base64 encoding.
Instructions
Upload files to server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | File content as text or base64 | |
| encoding | No | Content encoding type | text |
| target | Yes | Target path/filename on server |