ssh_session_download_content
Download a file from a remote SSH session as base64 content. Specify session ID and remote path to retrieve file data.
Instructions
Download file content from a remote host via SSH as base64.
Args: session_id: The SSH session ID remote_path: Path to the file on the remote host
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| remote_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |