sftp-download-file
Streams a remote file over SFTP to a configured local transferRoot, bypassing model context. Use for binary or large files when you do not need file contents in chat.
Instructions
Download a remote file to local disk over SFTP, streaming it without passing the contents through model context. The destination must be inside the transferRoot directory the operator configured; without that setting this tool refuses. Use this for binary or large files; use sftp-download when you need to read the contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Profile name | |
| localPath | Yes | Local destination, inside defaults.transferRoot | |
| overwrite | No | Replace an existing local file (default false) | |
| remotePath | Yes | Remote file to download |