Telnet Proxy Example


# telnet proxy 1023
Trying...
Connected to ntserver.getthru.com.
Escape character is '^]'.


Enter computer name to connect to.
e.g. "NetCom.com"<CR> to connect to NetCom or
"90.0.0.0"<CR> to connect to a specific IP address

If the receiving computer is listening on a port other than 23,
you must specify that port number after the domain name.  For 
example, demo.mydomain.com:87 will connect you to port 87 on 
demo.mydomain.com.

Domain names are limited to 256 characters in length

Enter host name <mg.mud.de:80>: 

Connecting...
Connected to 194.95.170.205
GET //jar/html/simple.conf
# This file is part of "The Java Telnet Application".
#
# This is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# "The Java Telnet Application" is distributed in the hope that it will be 
# useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with this software; see the file COPYING.  If not, write to the
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.

# This is an example file how to configure the applet. It may contain
# any property defined in de/mud/jta/default.conf or by a plugin.
#

# common definitions
plugins                 =       Socket,Telnet,Terminal
layout.Status           =       South
layout.Terminal         =       Center

Socket.host             =       mg.mud.de
Socket.port             =       23
Connection closed.