sftp_download
Download a file from a remote server to a local destination path using SFTP.
Instructions
Download a file from the remote server via SFTP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Local destination path for the downloaded file | |
| sessionId | Yes | Session ID from ssh_connect | |
| remotePath | Yes | Path to the file on the remote server |