webdav_get_remote_file
Retrieve content from files stored on remote WebDAV servers by specifying the file path, enabling access to remote file data through simple path-based requests.
Instructions
Retrieve content from a file stored on a remote WebDAV server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"minLength": 1,
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}