ssh_list_files
Lists files in a directory on a remote server via an active SSH connection. Provide the connection ID and remote path to retrieve the directory contents.
Instructions
List files in a directory on the remote server
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remotePath | Yes | Path to the directory on the remote server | |
| connectionId | Yes | ID of an active SSH connection |