Code

Initial commit.
[pkg-fusedav.git] / debian / fusedav.1
1 .TH FUSEDAV 1 "August 24, 2006"
3 .SH NAME
4 fusedav \- mount WebDAV shares
6 .SH SYNOPSIS
7 \fBfusedav\fR [\fB-hDL\fR]
8         [\fB-t\fR \fIsecs\fR]
9         [\fB-u\fR \fIusername\fR] [\fB-p\fR \fIpassword\fR]
10         [\fB-o\fR \fIoptions\fR]
11         \fIURL mountpoint\fR
13 .SH DESCRIPTION
14 \fBfusedav\fR is a userspace filesystem driver that allows you to mount WebDAV
15 shares. This way you can transparently edit and manage files on a remote
16 server. As long as the \fBfusedav\fR process is running, the WebDAV share
17 located at \fIURL\fR is accessible under \fImountpoint\fR.
19 .SH OPTIONS
20 .TP
21 \fB-h\fR
22 Show summary of options.
23 .TP
24 \fB-D\fR
25 Enable debug mode.
26 .TP
27 \fB-L\fR
28 Lock the repository during mount.
29 .TP
30 \fB-t\fR \fIsecs\fR
31 Set lock timeout to \fIsecs\fR seconds.
32 .TP
33 \fB-u\fR \fIusername\fR
34 Use \fIusername\fR for authentication if required.
35 .TP
36 \fB-p\fR \fIpassword\fR
37 Use \fIpassword\fR for authentication if required.
38 .TP
39 \fB-o\fR \fIoptions\fR
40 Pass \fIoptions\fR as additional mount options to FUSE.
41 .TP
42 \fIURL\fR
43 Location of the WebDAV share.
44 .TP
45 \fImountpoint\fR
46 Local mountpoint of the WebDAV share.
48 .SH AUTHOR
49 \fBfusedav\fR was written by Lennart Poettering.
50 .PP
51 This manual page was written by Sebastian Harl <sh@tokkee.org>, for the Debian
52 project (but may be used by others).