sftp_download
Download a remote file over SFTP to a local path by providing session ID, remote path, and local destination.
Instructions
Download a file from remote system via SFTP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| localPath | Yes | Local file path | |
| sessionId | Yes | Session ID | |
| remotePath | Yes | Remote file path |