ssh_session_download_content
Download a remote file's content as base64 through an active SSH session. Provide session ID and remote path to retrieve file data for analysis or processing.
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 |