ssh_download_file
Download a file from a remote server via SFTP by providing the SSH connection ID, remote path, and local destination.
Instructions
从远程服务器下载文件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | SSH连接ID | |
| remote_path | Yes | 远程文件路径 | |
| local_path | Yes | 本地文件路径 |