File: connect.hlp

package info (click to toggle)
node 0.3.0-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 420 kB
  • ctags: 431
  • sloc: ansic: 3,379; makefile: 86; sh: 78
file content (20 lines) | stat: -rw-r--r-- 998 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

USAGE
        connect <port> <call> [via <digi1> ...] [s|d]    For AX.25
        connect <call | alias> [s|d]                     For NET/ROM
	connect <call> <address> [<digi>] [d|s]          For ROSE

DESCRIPTION
        Initiates an AX.25, NET/ROM or ROSE connection to a remote
        host. If more than two parameters are entered and the
        second parameter is ten charachers in length then it is
        interpreted as a ROSE connection, otherwise the first
        parameter is interpreted as a port name and AX.25 is used
        to make the connection via that port. If only one parameter
        is given the connection is made using NET/ROM.

        If a single `s' is entered as the last parameter, then when
        the remote host disconnects you will be returned to this node.
        If a single `d' is entered as the last parameter, you will
        be disconnected from this node too. Default behaviour (neither
        `s' nor `d' entered) depends on sysop configuration.