XFBBC is located in the /usr/local/sbin directory. It is a terminal program that allows the sysop to connect to the BBS LinFBB deamon. Main features are: - remote connection to the xfbbd console - remote display of the trafic - remote display of the monitoring The command line is:
xfbbC [-c | -m channel] [-h hostname] [-p port] [-i mycall] [-w password]
without parameter, xfbbC defaults to "xfbbC -m 0" Command line options: -c : console connection. In this case, a call and a password must be provided. You may use either command line options or environment variables. -m [channel] : monitoring request. channel may be * 0 : traffic activity of all channels is displayed. * n : traffic activity of the channel "n" is displayed * -1 : monitoring of all ports -h : hostname of xfbbd (default localhost) -p : socket port for the communication to xfbbd (default 1525) -i [call] : User call for the console connection -w [passwd] : Password of the User for the console connection. passwd must match the password string of the call defined in the passwd.sys file. Environment variables may default the command lines options : -h : XFBBC_HOST -p : XFBBC_PORT -i : XFBBC_CALL -w : XFBBC_PASS