ssh_session_upload_content
Upload base64-encoded content directly to a remote host via SSH without using local temporary files.
Instructions
Upload content directly to a remote host via SSH (no local temp files).
Args: session_id: The SSH session ID content: Base64-encoded content to upload remote_path: Destination path on the remote host encoding: Content encoding (utf-8, binary)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| encoding | No | utf-8 | |
| session_id | Yes | ||
| remote_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |