ssh_download_file
Download a file from a remote server to a local path using an active SSH connection.
Instructions
Download a file from the remote server to a local path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Path where the file should be saved locally | |
| remotePath | Yes | Path to the file on the remote server | |
| connectionId | Yes | ID of an active SSH connection |