diff --git a/TODO b/TODO index a9fe397..7ff5aac 100644 --- a/TODO +++ b/TODO @@ -84,6 +84,7 @@ MAN: separate manpage for 7 fsp (protocol definition) == write FSP RFC Register udp/21 for FSP in iana. FSP RFC needed! manual page for fmvcmd.1 +manual page for fsetup.1 libraries and support for FSP protocol ====================================== diff --git a/man/Makefile.am b/man/Makefile.am index e583673..5510690 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -3,6 +3,6 @@ man_MANS= fcat.1 fcatcmd.1 fcd.1 fcdcmd.1 fdu.1 fducmd.1 ffind.1 ffindcmd.1 \ fget.1 fgetcmd.1 fgrab.1 fgrabcmd.1 fhost.1 fhostcmd.1 fls.1 \ flscmd.1 fmkdir.1 fpro.1 fprocmd.1 fput.1 frm.1 frmcmd.1 frmdir.1 \ frmdircmd.1 fsp_prof.5 fspd.1 fver.1 fstatcmd.1 fspscan.1 \ - fsp_env.7 fbye.1 + fsp_env.7 fbye.1 fspsites.5 EXTRA_DIST=$(man_MANS) diff --git a/man/fspsites.5 b/man/fspsites.5 new file mode 100644 index 0000000..971e06d --- /dev/null +++ b/man/fspsites.5 @@ -0,0 +1,33 @@ +.TH FSPSITES 5 "Jan 2005" +.SH NAME +fspsites \- list of available FSP sites +.SH DESCRIPTION +The +.B \&.fspsites +file contains lists of sites running fsp daemon. +This file resides in the user's current or home directory +on the machine initiating the file transfer. A system wide default file +will be also used. +.LP +This file is read by +.BR fsetup(1) +utility. This file is easier to use than +.BR fsp_prof(5). +.SH FILE FORMAT +The file has simple format. One entry per line. +Each entry starts on new line with hostname or IP address followed +by port number. Next field is alias for the site. File can contains +comments. Comments starts with # character and ends on the end of line. +.SH EXAMPLE +wrack.telelev.net 2221 wrack #nice fsp site +.SH HISTORY +This format was very commonly used for exchanging lists of FSP sites +and it is de facto standard format. +.SH FILES +.PD +.B ~/.fspsites +.SH "SEE ALSO" +.PD +fcatcmd(1), fcdcmd(1), fgetcmd(1), fgrabcmd(1), flscmd(1), fmkdir(1), +fprocmd(1), fput(1), frmcmd(1), frmdircmd(1), fver(1), fducmd(1), +fsethostcmd(1), fspd(1), fsp_prof(5), ffindcmd(1), fsp_env(7), fsetup(1)