ssh_write_file
Write content to a file on a remote SSH server, creating or overwriting the file at the specified path.
Instructions
Write content to a file on a remote server.
Creates or overwrites the file with the given content.
EXAMPLES:
ssh_write_file("proxmox", "/tmp/test.txt", "Hello World")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_name | Yes | Server name | |
| remote_path | Yes | Remote file path to write | |
| content | Yes | Content to write to the file |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||