User`s guide
7: Example BSCTRAN Usage
DC 900-1406E 107
7.2 TSI Configuration File Example (Freeway Server Only)
Figure 7–2 is an example of a TSI configuration file that defines two connections. The
connections specify their Freeway servers to be
freeway0 and freeway1, respectively.
//----------------------------------------------------------------------------//
// TSI configuration file for BSCTRAN //
// //
// This file defines TSI parameters for the BSCTRAN file transfer program. //
// Each Freeway server is defined as a separate section. The defaults of //
// most of the main section parameters are used, so the parameters do not //
// show up in this file. See the TSI reference manual for a definition of //
// all TSI configuration parameters. //
// //
//----------------------------------------------------------------------------//
//----------------------------------------------------------------------------//
// //
// "main" section: if defined, must be the very first section. //
// //
//----------------------------------------------------------------------------//
main
{
asyncio = "yes";
maxbufsize = 1200; // Always add 200 bytes to desired //
// data size for buffer overhead //
maxbuffers = 256;
loglev = 7;
tracelev = 3;
traceSize = 64000;
traceName = "tsibsc.trc";
}
Figure 7–2: TSI Configuration File for BSCTRAN