a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: mount a WebDAV resource as a regular file system
DAVFS2 is a Linux file system driver that allows you to mount a WebDAV
resource as a regular file system. It allows files in a remote Web resource
to be edited using standard applications that interact with the file system
(e.g. text editors). It uses coda for file system operations and the neon
library for WebDAV access. It supports SSL and proxy servers. The code is
based on uservfs (uservfs.sf.net).
Description: mount WebDAV resources as regular file systems
davfs2 is a Linux file system driver that allows mounting a WebDAV
resource as a regular file system. Files in that resource can
be edited using standard applications which interact with the file
system (e.g. text editors).
.
It supports SSL and proxy servers, uses coda for file system
operations along with the neon library for WebDAV access, and is based on
uservfs.
--- 18363 Thu Jan 1 00:00:00 1970
+++ 35622 Thu Jan 1 00:00:00 1970
@@ -1,7 +1,9 @@
-mount a WebDAV resource as a regular file system
+mount WebDAV resources as regular file systems
- DAVFS2 is a Linux file system driver that allows you to mount a WebDAV
+ davfs2 is a Linux file system driver that allows mounting a WebDAV
- resource as a regular file system. It allows files in a remote Web resource
+ resource as a regular file system. Files in that resource can
- to be edited using standard applications that interact with the file system
+ be edited using standard applications which interact with the file
- (e.g. text editors). It uses coda for file system operations and the neon
+ system (e.g. text editors).
- library for WebDAV access. It supports SSL and proxy servers. The code is
+ .
- based on uservfs (uservfs.sf.net).
+ It supports SSL and proxy servers, uses coda for file system
+ operations along with the neon library for WebDAV access, and is based on
+ uservfs.