Content-type: text/html Manpage of NCID2NCID.CONF

NCID2NCID.CONF

Section: NCID (5)
Updated: 2019-08-17
Index Return to Main Contents
 

NAME

ncid2ncid.conf - ncid2ncid configuration file  

DESCRIPTION

The ncid2ncid.conf file contains the configuration information for ncid2ncid, the NCID to NCID gateway.

The ncid2ncid.conf file is used to set options. Options can also be set on a command line. A line is broken up into words. A word is either a string of non-blank characters, everything between double quotes, or an equal sign.

The ncid2ncid.conf file understands 3 types of lines:

blank line
ignored
comment line, beginning with '#'
ignored
command lines, beginning with 'set'

    set ITEM = VALUE [ITEM = VALUE] [...]
        where ITEM = pidfile, verbose, HostnameFlag, tohost,
                     toport, fromhost?, fromport?
                     (? is a digit sequence number)
 

EXAMPLES

Set the verbose level to 2
       set verbose = 2

Set the first sending host to 192.168.5.10 using the default port

       set fromhost1 = 192.168.5.10

Set the second sending host to ncidhost.home using the default port

       set fromhost2 = ncidhost.home:3334
 

SEE ALSO

ncid2ncid.1


 

Index

NAME
DESCRIPTION
EXAMPLES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 18:17:41 GMT, November 12, 2022