ssh_list_dir
List a remote directory via SSH and display detailed file metadata including permissions, owner, size, and timestamp in ls -lAh style.
Instructions
List a remote directory with file metadata in ls -lAh style.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Absolute or relative path on the remote host. | . |
| target | Yes | SSH target in the form user@host[:port]. Uses the local SSH config and keys. |