1
2
3
4
5
6
7
8
9
|
.PU
.TH FILED 1 "11 Feb 14" "filed 1.5"
.SH NAME
filed \- serve files over HTTP
.SH SYNOPSIS
.ll +10
.B filed
.RB [{ \-h | \-\-help }]
.RB [{ \-d | \-\-daemon }]
|
|
|
1
2
3
4
5
6
7
8
9
|
.PU
.TH FILED 1 "12 Feb 14" "filed 1.6"
.SH NAME
filed \- serve files over HTTP
.SH SYNOPSIS
.ll +10
.B filed
.RB [{ \-h | \-\-help }]
.RB [{ \-d | \-\-daemon }]
|
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
.B -l (or --log)
Specifies a filename to open for writing log entries. Log
entries are made for various stages in transfering files.
The log file is opened before switching users (see "-u")
and root directories (see "-r"). The log file is never
closed so log rotation without stopping the daemon is will
not work. The value of "-" indicates that standard output
should be used for logging. If the filename begins with a "|"
then a process is started and used for logging instead of a
file.
.TP
.B -u (or --user)
Specifies the user to switch user IDs to before servicing
requests. The default is not change user IDs.
.TP
|
|
|
|
|
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
|
.B -l (or --log)
Specifies a filename to open for writing log entries. Log
entries are made for various stages in transfering files.
The log file is opened before switching users (see "-u")
and root directories (see "-r"). The log file is never
closed so log rotation without stopping the daemon is will
not work. The value of "-" indicates that standard output
should be used for logging. If the filename begins with a
pipe ("|") then a process is started and used for logging
instead of a file.
.TP
.B -u (or --user)
Specifies the user to switch user IDs to before servicing
requests. The default is not change user IDs.
.TP
|