1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/net/fspd/pkg-descr
Rene Ladan dbe759b042 net/fspd: revive
- stage
- add a static pkg-plist
- add DOCS knob
- do not build SGML documentation (jade fails)
- only install man pages for client commands if CLIENTS option is set

Changes from me:
- flip NOCLIENTS option into a CLIENTS option
- drop MLINKS files
- use @sample
- other minor Makefile changes

PR:		193393
Submitted by:	Radim Kolar
2015-01-18 15:14:17 +00:00

16 lines
623 B
Plaintext

This is a server daemon, port scanner and (optionally) clients for FSP, the File
Service Protocol.
FSP is lightweight and connectionless. It is typically used for offering files
to "anonymous" visitors over a congested link. It uses UDP rather than TCP
sockets. A service contact port (well-known port) for FSP has not been assigned
by IANA (per RFC 1700). See <URL:http://www.faqs.org/faqs/fsp-faq/> for an
overview.
To use fspd, you must copy the fspd.conf.sample file, normally installed in
/usr/local/etc/, to fspd.conf and edit it.
You can run fspd from inetd or stand-alone.
WWW: http://fsp.sourceforge.net/