# Files:WebDAV

**Page:** api/files-web-dav

[Download Raw Markdown](./api/files-web-dav.md)

---

## API Endpoints Summary

- **OPTIONS** `/{path}` — Get allowed methods
- **COPY** `/{path}` — Copy file or directory
- **MOVE** `/{path}` — Move or rename file/directory
- **LOCK** `/{path}` — Lock file (WebDAV compatibility)
- **UNLOCK** `/{path}` — Unlock file (WebDAV compatibility)
- **PROPFIND** `/{path}` — Get WebDAV properties
- **PROPPATCH** `/{path}` — Update WebDAV properties

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```