Telnet


Your Browser seems to have no Java support. Please get a new browser or enable Java to see this applet!

A fully featured telnet program that allows you to connect and login to remote hosts via the Internet using only your browser. Very well documented and source is included.

How To Use:

  • Download telnet.zip (369KB) and unzip within your HTML directory.

    Java Source: Available in zip file.

    Sample HTML Source:

    <APPLET ARCHIVE="classes.zip" CODE="appWrapper.class" WIDTH=590 HEIGHT=430>
      <PARAM NAME=applet      VALUE="telnet">
    
      <!-- optional (WIDTH and HEIGHT should be changed!) -->
      <!-- PARAM NAME="startButton" VALUE="Connect to www.first.gmd.de!" -->
      <!-- PARAM NAME="stopButton" VALUE="Shutdown telnet!" -->
      <!-- PARAM NAME="frameTitle" VALUE="The Java Telnet Applet: WWW" -->
    
      <!-- applet initialization: address and port -->
      <PARAM NAME=address     VALUE="www.first.gmd.de">
      <PARAM NAME=port        VALUE="23">
      <PARAM NAME=emulation   VALUE="vt320">
    
      <!-- terminal emulation -->
      <PARAM NAME=VTscrollbar VALUE="right">
      <PARAM NAME=VTresize    VALUE="font">
      <PARAM NAME=VTfont      VALUE="Courier">
      <PARAM NAME=VTfontsize  VALUE="13">
      <PARAM NAME=VTid        VALUE="vt220">
      <!-- PARAM NAME=VTcharset   VALUE="ibm" -->
    
      <!-- modules: #1 is a buttonbar -->
      <PARAM NAME=module#1    VALUE="ButtonBar@North">
      <PARAM NAME=1#Button    VALUE="connect|\$connect()">
      <PARAM NAME=2#Button    VALUE="disconnect|\$disconnect()">
      <PARAM NAME=3#Button    VALUE="Detach/Delete Window|\$detach()">
      <PARAM NAME=4#Button    VALUE="Send:|\@send@\r\n">
      <PARAM NAME=5#Input     VALUE="send#10|who|\@send@\r\n">
    
      <!-- modules: #2 is a scripting module (disabled!) -->
      <!-- PARAM NAME=module#2    VALUE="Script" -->
      <!-- PARAM NAME=script      VALUE="login:|leo" -->
    
    
      <!-- make sure, non-java-capable browser get a message: -->
      <B>
      Your Browser seems to have no <A HREF="http://java.sun.com/">Java</A>
      support. Please get a new browser or enable Java to see this applet!
      </B>
    </APPLET>
    

    Configuration: Available in zip file.

    Status: Free under the terms of the GNU General Public License.

    Author: Matthias L. Jugel, Marcus Meißner

    Homepage: http://www.first.gmd.de/persons/leo/java/Telnet/

    Upload Date: May 23, 1999

    How to Add Java Applets to Your Site

    New on the Java Boutique:

    New Review:

    Time Management Made Easy with the Quartz Enterprise Job Scheduler
    Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

    New Applet:

    Reverse Complement
    Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

    Elsewhere on internet.com:

    WebDeveloper Java
    Lots of Java information on webdeveloper.com

    WDVL Java
    Thorough Java resource at the Web Developer's Virtual Library.

    ScriptSearch Java
    Hundreds of free Java code files to download.

    jGuru: Your View of the Java Universe
    Customizable portal with online training, FAQs, regular news updates, and tutorials.