Short: Rudimentary telnet client (with source) Author: Peter Bengtsson Uploader: Peter Bengtsson Type: comm/net Version: 1.1 Architecture: ppc-amigaos >= 4.0.0 This is a very simple telnet client I hacked together because I needed a telnet client usable from the shell. It probably contains some bugs and has several missing features such as not being startable from the Workbench. Nevertheless, I think it might be useful even if AmTelnet is almost certainly a more complete implementation. The following telnet options are (somewhat) implemented: ECHO SGA BINARY TTYPE NAWS NEW_ENVIRON LINEMODE The command template is simply: telnet [port] If port is omitted, it will default to port 23. For comments, question etc. my e-mail is in the version of the telnet binary (e.g. "version c:telnet full"). Version 0.4 brings with it the following improvements: * Partial implementation of LINEMODE. * A slightly better configuration parser. * The option to change the window title to the name of the host you are connected to. -Peter .