Upload a file to DOS
dos.upload_fileUpload a bounded binary file to a remote DOS system when writes are enabled at both peers. Provide file path and base64 content for transfer.
Instructions
Upload one bounded binary file when writes are enabled at both peers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path relative to the target's configured file sandbox. | |
| target | No | ||
| overwrite | No | Permit atomic replacement of an existing target file. | |
| content_base64 | Yes | Binary file content encoded as strict RFC 4648 base64. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||