Telnet Client Program
   The  TELNET  program allows the user to initiate a connection
to a remote host for a terminal session.   The  startup  options
for TELNET are:  
TELNET destination [?] [-hp]
        ?               List the Help Text and Exit TELNET
        h               List the Help Text and Open Connection
        p  filename     Specify the Password Filespec
The  destination host specification may be the host name or host
ip number.  If the connection is to be made to an alternate port
then follow the name/ip with the port number (decimal).  
   The  TELNET  program  supports the following command line op-
tions which are activated by the META character 'control A':  
        M->C    open capture file
        M->D    close capture file
        M->F    FTP [internet address]
        M->H    this help screen
        M->I    type my internet address
        M->K    erase character
        M->O    abort output
        M->Q    are you there?
        M->R    toggle <CR> follow character
        M->S    skip to end of buffer
        M->T    toggle backspace/delete
        M->U    erase line
        M->X    close connection
        M->Y    interrupt process
        M->@    send a true null character
         ^?      abort Telnet session
   The startup command file TELNET.COM follows:  
        run/single TCP:telnet
        -hbp PAS:/paswrd.dsk/paswrd.fil ^1 ^2 ^3 ^4 ^5 ^6
Telnet Server Program
   RTELNT  is  a  server program for remote TELNET sessions into
TSX-Plus.  The program startup options are:  
RTELNT [?] [-hmp filespec] [-acelrtvyz] [parameters]
        ?       List the Help Text and Exit RTELNT
        a       Attach to Service
        c  i    CL line i is cross connected to TSX line j
        e       Enable Monitoring of all Transactions
        h       Specify the Help Filespec
        l  n    Number of CL/TSX line pairs
        m       Specify the Message Filespec
        p       Specify the Password Filespec
        r       Restart RTELNT after Disconnect
        t  j    TSX line j is cross connected to CL line i
        v       Verbose Mode
        y  s    Login Timeout in seconds
        z  s    Inactivity Timeout in seconds
The  program  may  be started interactively (for diagnostic pur-
poses) by the command file RTELNT.COM:  
        run/single TCP:rtelnt
        -ctlpyz 0 3 1 PAS:/paswrd.dsk/paswrd.fil 15 600 ...
                ... ^1 ^2 ^3 ^4 ^5 ^6
The program is normally invoked by the TCPIP network server pro-
gram by the command file RTELNT.SRV:  
        deassign
        dismount ld0:
        dismount ld1:
        dismount ld2:
        dismount ld3:
        dismount ld4:
        dismount ld5:
        dismount ld6:
        dismount ld7:
        assign sy: wf:
        mount ld6: dl1:paswrd.dsk
        assign ld6: PAS:
        mount ld7: dl1:tsxtcp.dsk
        assign ld7: TCP:
        run/single TCP:rtelnt
        -actlpyz 0 3 1 PAS:paswrd.fil 15 600
The  RTELNT help and message files are RTELNT.HLP and RTELNT.MSG
respectively.  The h or m options may be used if these files are
not  on the TCP:  device.  These files are created by the system
manager and are not required.  
Connect Client Program
The  CNCT  program allows the user to initiate a connection to a
remote TSX-Plus host for a terminal session.   This  program  is
the  TELNET program stripped of all TELNET negotiations and uses
a non standard TCP port (27).  The startup options for CNCT are: 
CNCT destination [?] [-hp]
        ?               List the Help Text and Exit CNCT
        h               List the Help Text and Open Connection
        p   filename    Specify the Password Filespec
The  destination host specification may be the host name or host
ip number.  If the connection is to be made to an alternate port
then follow the name/ip with the port number (decimal).  
   The  CNCT program supports the following command line options
which are activated by the META character 'control A':  
        M->C    open capture file
        M->D    close capture file
        M->F    FTP [internet address]
        M->H    this help screen
        M->I    type my internet address
        M->O    abort output
        M->Q    are you there?
        M->S    skip to end of buffer
        M->X    close connection
        M->Y    interrupt process
         ^?      abort CNCT session
The startup command file CNCT.COM follows:  
        run/single TCP:cnct
        -hbp PAS:/paswrd.dsk/paswrd.fil ^1 ^2 ^3 ^4 ^5 ^6
Connect Server Program
   RCNCT  is  a  server  program  for  remote CNCT sessions into
TSX-Plus.  This program is the RTELNT program  stripped  of  all
TELNET  negotiations and uses a non standard TCP port (27).  The
startup options for RCNCT are:  
RCNCT [?] [-hmp filespec] [-acelrtvyz] [parameters]
        ?       List the Help Text and Exit RCNCT
        a       Attach to Service
        c  i    CL line i is cross connected to TSX line j
        e       Enable Monitoring of all Transactions
        h       Specify the Help Filespec
        l  n    Number of CL/TSX line pairs
        m       Specify the Message Filespec
        p       Specify the Password Filespec
        r       Restart RCNCT after Disconnect
        t  j    TSX line j is cross connected to CL line i
        v       Verbose Mode
        y  s    Login Timeout in seconds
        z  s    Inactivity Timeout in seconds
The  program  may  be started interactively (for diagnostic pur-
poses) by the command file RCNCT.COM:  
        run/single TCP:rcnct
        -ctlpyz 0 3 1 PAS:/paswrd.dsk/paswrd.fil 15 600 ...
                ... ^1 ^2 ^3 ^4 ^5 ^6
   The  program  is normally invoked by the TCPIP network server
program by the command file RCNCT.SRV:  
        deassign
        dismount ld0:
        dismount ld1:
        dismount ld2:
        dismount ld3:
        dismount ld4:
        dismount ld5:
        dismount ld6:
        dismount ld7:
        assign sy: wf:
        mount ld6: dl1:paswrd.dsk
        assign ld6: PAS:
        mount ld7: dl1:tsxtcp.dsk
        assign ld7: TCP:
        run/single TCP:rcnct
        -actlpyz 0 3 1 PAS:paswrd.fil 15 600
The  RCNCT  help  and  message files are RCNCT.HLP and RCNCT.MSG
respectively.  The h or m options may be used if these files are
not  on the TCP:  device.  These files are created by the system
manager and are not required.