ssh_list_directory
Lists remote directory contents via SFTP, returning file name, type, size, permissions, and modification timestamp for server inspection.
Instructions
List remote directory contents via SFTP, returning filename, file type, file size, permissions, and modification timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | The remote path to list. Defaults to remote home/current directory if omitted. | |
| serverId | Yes | The ID of the configured target server. |