ssh_download_file
Download files from a remote server via SSH to your local machine by specifying remote and local paths.
Instructions
Download a file from the remote server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | Yes | ID of an active SSH connection | |
| remotePath | Yes | Path to the file on the remote server | |
| localPath | Yes | Path where the file should be saved locally |