Installation guide

mode
34 Chapter 2 Command Descriptions
mode
Devices
supported
This command is supported in all Digi Connect Family devices.
Purpose Changes or displays the operating options for a current Telnet session.
Required
permissions
Permissions must be set to “set permissions telnet=execute” to display or
set Telnet operating options. See "set permissions" on page 86 for details
on setting user permissions for commands.
Required
privileges
Anyone can use this command.
Syntax Change Telnet options
mode [options]
Display Telnet options
mode
Options options
The operating options for a current Telnet session, which are as follows:
binary={on|off}
Enables or disables Telnet binary mode is enabled or disabled.
“binary=on” turns on binary mode, which means that all transmitted
and received characters are converted to binary during this Telnet
session. “binary=off” turns off binary mode off for this Telnet session.
The default is off.
crmod={on|off}
Specifies whether line feeds are added to received carriage returns.
“crmod=on” specifies that line feeds are added to received carriage
returns. “crmod=off” specifies that line feeds are not added to received
carriage returns. The default is off.
Examples Turn on binary mode
mode binary=on
Add line feed characters
mode crmod=on
Display operating options
mode
See also "telnet" on page 148.