ssh_download
Download a file from a remote host via SFTP. Use an existing SSH connection to specify the remote file path and local destination.
Instructions
Download a file from the remote host via SFTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| local_path | Yes | Local destination path | |
| remote_path | Yes | Remote file path to download | |
| connection_id | Yes | Connection ID from ssh_connect |