NAME
webdavfs - webdav file server
SYNOPSIS
mount {
webdavfs
[
-Ddc
] [
-k
keyspec
]
url
} mtpt
DESCRIPTION
Webdavfs
serves files exported by a WebDAV-supporting web server.
Url
is taken to be the root of the file system. Only
basic
http authentication is currently supported (not
digest).
The username and password are requested from factotum with
httpbasic
as
service
and
url
as
server.
Http connections are reused for idempotent operations only.
Options:
- -c
- Disables http connection reuse and makes
webdavfs
create a new connection for each http request.
- -k keyspec
- Keyspec
is appended to key spec requested from factotum.
- -D
- Enables printing traces of styx and http messages.
- -d
- Enables printing of
webdavfs
debug messages.
EXAMPLES
mount {webdavfs -c https://webdisk.xs4all.nl/mechiel/} /n/dav
BUGS
Ssl connections do not work properly without
-c.
The ssl library treats a
read
on the connection as a
readn
which does not work with the http library using Bufio for reading.
| WEBDAVFS(4
) |
Rev: Wed Aug 19 15:27:41 GMT 2009 |