List Remote Directory
fs_listLists files and folders in a remote directory via SSH session. Supports pagination with page and limit parameters.
Instructions
Lists directory contents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | SSH session ID | |
| path | Yes | Directory path to list | |
| page | No | Page number for pagination | |
| limit | No | Maximum items per page (default: 100) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||