sftp-list
List remote directory contents over SFTP with configurable entry and size limits, providing read-only access to prevent changes.
Instructions
List a remote directory over SFTP, with a bounded number of entries and a bounded response size. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Profile name | |
| maxEntries | No | Max entries to return (default 200, hard cap 1000) | |
| remotePath | Yes | Remote directory to list |