ssh_download_file
Download files from remote servers using SFTP. Specify remote file path and local destination to transfer files securely via SSH connections.
Instructions
Download a file from the remote server via SFTP
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remotePath | Yes | Remote file path to download | |
| localPath | Yes | Local destination path | |
| connectionId | No | Connection ID to use | default |
| createDirs | No | Create local directories if they don't exist |