sftp_write
Write content to a remote file via SFTP. Requires an active SSH session, file path, and content to transfer.
Instructions
Write content to a remote file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | SSH session ID | |
| path | Yes | Remote file path | |
| content | Yes | Content to write | |
| encoding | No | File encoding | utf-8 |