A lightweight, RFC 4918 compliant WebDAV client implementation for U++.
- Dual operation modes: blocking and non-blocking
- Complete WebDAV operations: file transfer, directory management, properties, and locking
- Built on HttpRequest: inherits all HTTP functionality including SSL and authentication
- Simple API: clean, intuitive interface following U++ conventions
- File operations: Load, Save, Delete
- Directory operations: MakeDir
- Resource management: Copy, Move
- Properties: PropFind, PropPatch
- Locking: Lock, Unlock, RefreshLock
- Server info: GetDAVOptions
| Name | Description |
|---|---|
| WebDAVExample | Demonstrate the basic capabilities of WebDAV package |