sftp_list
List the contents of a remote directory via SFTP, returning file and subdirectory names for the specified path.
Instructions
List files and directories in a remote directory via SFTP
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID from ssh_connect | |
| remotePath | Yes | Path to the remote directory to list |