webdav_list_remote_directory
Retrieve and list files and directories from a specified path on a remote WebDAV server to manage and organize your remote file system.
Instructions
List files and directories at the specified path on a remote WebDAV server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | / |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"path": {
"default": "/",
"type": "string"
}
},
"type": "object"
}