1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.PU
.TH FILED 1 "06 Feb 14" "filed 1.0"
.SH NAME
filed \- serve files over HTTP
.SH SYNOPSIS
.ll +10
.B filed
.RB [{ \-h | \-\-help }]
.RB [{ \-b | \-\-bind }
.IR address ]
.RB [{ \-p | \-\-port }
.IR port ]
.RB [{ \-t | \-\-threads }
.IR count ]
.RB [{ \-c | \-\-cache }
|
>
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
.PU
.TH FILED 1 "06 Feb 14" "filed 1.0"
.SH NAME
filed \- serve files over HTTP
.SH SYNOPSIS
.ll +10
.B filed
.RB [{ \-h | \-\-help }]
.RB [{ \-d | \-\-daemon }]
.RB [{ \-b | \-\-bind }
.IR address ]
.RB [{ \-p | \-\-port }
.IR port ]
.RB [{ \-t | \-\-threads }
.IR count ]
.RB [{ \-c | \-\-cache }
|
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
serves files over HTTP as minimally as possible. Only static files (i.e., files that never change or are replaced) are supported.
.SH OPTIONS
.TP
.B -h (or --help)
Prints detailed usage information
.TP
.B -b (or --bind)
Specifies the address to listen for incoming HTTP
requests on.
.TP
.B -p (or --port)
|
>
>
>
>
>
|
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
serves files over HTTP as minimally as possible. Only static files (i.e., files that never change or are replaced) are supported.
.SH OPTIONS
.TP
.B -h (or --help)
Prints detailed usage information
.TP
.B -d (or --daemon)
Instructs filed to become a daemon after initializing
the listening TCP socket and log files.
.TP
.B -b (or --bind)
Specifies the address to listen for incoming HTTP
requests on.
.TP
.B -p (or --port)
|