Skip to content

ismail-yilmaz/webdav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WebDAV Package for U++

A lightweight, RFC 4918 compliant WebDAV client implementation for U++.

Features

  • 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

Supported Operations

  • File operations: Load, Save, Delete
  • Directory operations: MakeDir
  • Resource management: Copy, Move
  • Properties: PropFind, PropPatch
  • Locking: Lock, Unlock, RefreshLock
  • Server info: GetDAVOptions

Examples

Name Description
WebDAVExample Demonstrate the basic capabilities of WebDAV package

About

A lightweight, RFC 4918 compliant WebDAV client implementation for U++

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages