Skip to content

Qt library for WebDAV with support for HTTP/HTTPS

License

Notifications You must be signed in to change notification settings

danilabagroff/QtWebDAV

 
 

Repository files navigation

QtWebDAV

QtWebDAV Library version 2.0

is a library for Qt5 (and Qt6) and provides access to WebDAV servers. WebDAV is an extension for HTTP, so that a Web server can provide write access in addition to read access. The WebDAV standard provides the essential functionalities to access a Web server like a file server.

More information http://en.wikipedia.org/wiki/WebDAV

WebDAV standard as RFC4918: "HTTP Extensions for Web Distributed Authoring and Versioning (WebDAV)" from June 2007 http://tools.ietf.org/html/rfc4918

This library has been derived from previous works QWebdav plugin for MeeDav (LGPL v2.1) http://projects.developer.nokia.com/meedav/ QWebdav - WebDAV lib for Qt4 (LGPL v2.1) http://xf.iksaif.net/dev/qwebdav.html

Tested WebDAV server:

QtWebDAV Library supports the following authentication methods: (as provided by Qt4)

More information on authentication by Qt6

https://doc.qt.io/qt-6/qtnetworkauth-index.html

Build

mkdir build
cd build
cmake ..
make -j4

About

Qt library for WebDAV with support for HTTP/HTTPS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.8%
  • C 3.4%
  • CMake 1.8%