Git Product home page Git Product logo

qwebdavlib's Introduction

QWebDAV Library (qwebdavlib) version 1.0

is a library for Qt4 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:
    * Apache HTTP Server with mod_dav
        Apache/2.2.14, http://httpd.apache.org/
    * Microsoft Internet Information Service 7.5 (MS IIS 7.5)
      as used by Windows 7 and Windows Server 2008 R2
    * SabreDAV - WebDAV framework for PHP
        SabreDAV 1.6.1-stable, http://code.google.com/p/sabredav/

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

    * Basic
        http://en.wikipedia.org/wiki/Basic_access_authentication
    * NTLM version 1 (older Windows challenge-response authentication)
        http://en.wikipedia.org/wiki/NTLM
    * Digest-MD5
        http://en.wikipedia.org/wiki/Digest_access_authentication

    More information on authentication by Qt4
        http://qt-project.org/doc/qt-4.7/qauthenticator.html

qwebdavlib's People

Contributors

mhaller avatar trousev avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.