download
Transfer a file from a remote server to a local machine using an SSH connection. Specify remote and local paths to retrieve files securely.
Instructions
Download file from connected server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Local path | |
| remotePath | Yes | Remote path | |
| connectionName | No | SSH connection name (optional, default is 'default') |