download
Retrieve files from a remote SSH server to your local system. Provide session ID, remote file path, and local path to get download status.
Instructions
Download file from SSH server
Args:
session_id: Session ID
remote_path: Remote file path
local_path: Local file path
Returns:
Dictionary containing download status information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local_path | Yes | ||
| session_id | Yes | ||
| remote_path | Yes |