ssh_download
:
Instructions
Download a file from a remote host to local filesystem via SFTP.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | SSH hostname or IP address | |
| port | No | SSH port (default: 22) | |
| username | No | SSH username (default: current user) | |
| privateKeyPath | No | Path to SSH private key | |
| password | No | SSH password (prefer keys) | |
| remotePath | Yes | Absolute path to the remote file | |
| localPath | Yes | Local path to save the downloaded file |