Next: telnet_binary procedure, Previous: kermit_transmit procedure, Up: Procedures For Using Utilities to Connect [Contents][Index]
This procedure opens a connection to a remote host using TELNET. This
procedure sets the fileid
field in the board_info
array
and returns the spawn id (or -1 for error).
telnet_open hostname args
hostname
The host to connect to with TELNET.
args
A list of options. Currently the only supported option is raw
.