sftp_download
Downloads a file from a remote server to a local path via SFTP. Requires session ID, remote path, local path, and optional overwrite flag.
Instructions
Download a file from the remote server to local via SFTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | SSH session ID | |
| remotePath | Yes | Remote file path to download | |
| localPath | Yes | Local destination path | |
| overwrite | No | Overwrite if exists |