ssh_download
Download files from remote servers to your local machine using SFTP. Specify the session, remote path, and local destination.
Instructions
Download a file from a remote server to the local machine via SFTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionName | Yes | Session to download from | |
| remotePath | Yes | Absolute path on the remote server | |
| localPath | Yes | Absolute local destination path |