File: fsserve.1

package info (click to toggle)
python-fs 0.5.4-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,452 kB
  • ctags: 2,991
  • sloc: python: 20,659; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 868 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.TH "FSSERVE" "1" "August 2011" "Pyfilesystem" "User Commands"
.SH NAME
fsserve - Serves the contents of PATH with one of a number of methods
.SH SYNOPSIS
.B fsserve
[OPTION]... [PATH]
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-debug\fR
Show debug information
.TP
\fB\-v\fR, \fB\-\-verbose\fR
make output verbose
.TP
\fB\-\-listopeners\fR
list all FS openers
.TP
\fB\-\-fs\fR=\fIOPENER\fR
import an FS opener e.g \fB\-\-fs\fR foo.bar.MyOpener
.TP
\fB\-t\fR TYPE, \fB\-\-type\fR=\fITYPE\fR
Server type to create (http, rpc, sftp)
.TP
\fB\-a\fR ADDR, \fB\-\-addr\fR=\fIADDR\fR
Server address
.TP
\fB\-p\fR PORT, \fB\-\-port\fR=\fIPORT\fR
Port number
.SH "SEE ALSO"
fscat(1), fscp(1), fsinfo(1), fsls(1), fsmkdir(1), fsmount(1), fsmv(1), fsrm(1), fstree(1)
.SH AUTHOR
.TP
Written for Debian by Janos Guljas <janos@resenje.org>.