ssh_sftp_list_dir
List files and directories on a remote server via SFTP using an established SSH connection. Provide the connection ID and remote path to retrieve directory contents.
Instructions
List files and directories on the remote server using SFTP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connectionId | Yes | The session ID returned by ssh_connect | |
| path | Yes | Remote path to list (e.g., '.', '/var/log') |