wok-6.x diff davfs2/description.txt @ rev 24533
updated f3 (7.2 -> 8.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Feb 23 11:14:10 2022 +0100 (2022-02-23) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/davfs2/description.txt Wed Feb 23 11:14:10 2022 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +Web Distributed Authoring and Versioning (WebDAV), an extension 1.5 +to the HTTP-protocol, allows authoring of resources on a remote 1.6 +web server. 1.7 +Davfs2 provides the ability to access such resources like a typical 1.8 +filesystem, allowing for use by standard applications with no 1.9 +built-in support for WebDAV. 1.10 + 1.11 +Davfs2 is designed to fully integrate into the filesystem semantics 1.12 +of Unix-like systems (mount, umount, etc.). Davfs2 makes mounting 1.13 +by unprivileged users as easy and secure as possible. 1.14 + 1.15 +Davfs2 does extensive caching to make the file system responsive, 1.16 +to avoid unnecessary network traffic and to prevent data loss, and 1.17 +to cope for slow or unreliable connections. 1.18 + 1.19 +Davfs2 will work with most WebDAV servers needing little or no 1.20 +configuration.