blob: 85608407cd2d34119e8e1e8cd03f3002411b63ab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
This is a server daemon for FSP, the File Service Protocol. With
it, you can offer files to "anonymous" visitors. Bandwidth can
easily be limited.
Since a service contact port (well-known port) for FSP has not been
assigned by IANA (per RFC 1700), you must choose one yourself when
configuring fspd. Edit the example.conf file and place it in
${LOCALBASE}/etc/fspd.conf (typically LOCALBASE is set to /usr/local).
You can run fspd from inetd or stand-alone.
WWW: http://www.xmission.com/help/faqs/fsp_faq.htm
Trevor Johnson
trevor@FreeBSD.org
|