The T3270 connector allows data to read and written to a 3270 (Telnet) session.
The connector is based on FreeHost3270.
CONFIGURATION
All configuration for the connector is made on the endpoint. The connector
supports both inbound and outbound endpoints. The address is configured using
T3270 as protocol.
<endpoint address="T3270://host.company.com:23"/>
The main part of the configuration is defining a sequence of commands that will
be performed during the session. This is done using a map, named "commands",
within the endpoint properties.
<endpoint address="T3270://host.company.com:23">
<properties>
<map name="commands">{color}
<!-- MORE ON THIS FURTHER DOWN -->
</map>
</properties>
</endpoint>