ssh_download
Download a file from a remote SSH server by providing the server name, remote file path, and local destination path.
Instructions
Download file from remote SSH server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Server name | |
| remotePath | Yes | Remote file path | |
| localPath | Yes | Local destination path |