ssh_download_file
Download a remote file to a local directory using SFTP. Specify the SSH connection, remote file path, and local destination path.
Instructions
Download a remote file to an allowed local root via SFTP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_name | Yes | Name of the SSH connection to use | |
| remote_path | Yes | Remote file path to download | |
| local_path | Yes | Local destination path |