REMOTE(5) | MidnightBSD File Formats Manual | REMOTE(5) |
remote
— remote
host description file
The systems known by tip(1) and their attributes are stored in an ASCII file which is structured somewhat like the termcap(5) file. Each line in the file provides a description for a single system. Fields are separated by a colon (``:''). Lines ending in a \ character with an immediately following newline are continued on the next line.
The first entry is the name(s) of the host system. If there is more than one name for a system, the names are separated by vertical bars. After the name of the system comes the fields of the description. A field name followed by an `=' sign indicates a string value. A field name followed by a `#' sign indicates a numeric value.
Entries named ``tip*'' and ``cu*'' are used as default entries by
tip(1), and the
cu(1) interface to
tip
, as follows. When tip
is
invoked with only a phone number, it looks for an entry of the form
``tip300'', where 300 is the data rate with which the connection is to be
made. When the cu
interface is used, entries of the
form ``cu300'' are used.
Capabilities are either strings (str), numbers (num), or boolean flags (bool). A string capability is specified by capability=value; for example, ``dv=/dev/harris''. A numeric capability is specified by capability#value; for example, ``xa#99''. A boolean capability is specified by simply listing the capability.
at
br
cm
cu
di
du
dv
el
NULL
. `~' escapes are only recognized by
tip
after one of the characters in `el', or after
a carriage-return.fs
BUFSIZ
.hd
ie
NULL
.oe
NULL
. When tip
is
transferring a file, this string is sent at end-of-file.pa
pn
tip
searches the file
/etc/phones file for a list of telephone numbers
(see phones(5)).tc
remote
host description file resides in
/etc.Here is a short example showing the use of the capability continuation feature. It defines a 56k modem connection on the first serial port at 115200 bits per second, no parity using the Hayes command set with standard line editing and end of file characters. The arpavax entry includes everything in the UNIX-57600 entry plus the phone number for arpavax (in this case an @ character so that it is retrieved from the environment).
UNIX-57600:\ :dv=/dev/cuau0:el=^D^U^C^S^Q^O@:oe=^D:du:at=hayes:br#115200:pa=none: arpavax|ax:\ :pn=\@:tc=UNIX-57600
The remote
file format appeared in
4.2BSD.
The tip(1) utility uses its own notion of the serial ports data rate rather than the system default for a serial port.
October 20, 2003 | midnightbsd-3.1 |