Code

patches: Re-introduced a simplified version of ne_lfs.
[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 If username and password are required and you did not specify them on the
20 command line you will be prompted as soon as you are trying to access the
21 mounted share.
23 .SH OPTIONS
24 .TP
25 \fB-h\fR
26 Show summary of options.
27 .TP
28 \fB-D\fR
29 Enable debug mode.
30 .TP
31 \fB-L\fR
32 Lock the repository during mount. (Not properly supported on all servers, hence
33 not enabled by default.)
34 .TP
35 \fB-t\fR \fIsecs\fR
36 Set lock timeout to \fIsecs\fR seconds.
37 .TP
38 \fB-u\fR \fIusername\fR
39 Use \fIusername\fR for authentication if required.
40 .TP
41 \fB-p\fR \fIpassword\fR
42 Use \fIpassword\fR for authentication if required.
43 .TP
44 \fB-o\fR \fIoptions\fR
45 Pass \fIoptions\fR as additional mount options to FUSE.
46 .TP
47 \fIURL\fR
48 Location of the WebDAV share.
49 .TP
50 \fImountpoint\fR
51 Local mountpoint of the WebDAV share.
53 .SH AUTHOR
54 \fBfusedav\fR was written by Lennart Poettering <mzshfrqni (at) 0pointer (dot)
55 de>.
56 .PP
57 This manual page was written by Sebastian Harl <tokkee@debian.org>, for the
58 Debian project (but may be used by others).