d46453a392
from DESCR: MindTerm v1.99 is a SSH client program written in 100% pure Java. MindTerm can be run as a stand-alone program, or as an applet in a webpage. Apart from supporting both ssh1 and ssh2, it has some unique features such as built in scp file transfer and a built in ftp-proxy which works with ordinary ftpds behind the sshd. Submitted by: Pete Fritchman <petef@databits.net>
19 lines
608 B
HTML
19 lines
608 B
HTML
<!-- sample HTML file for the MindTerm SSH applet (for internet explorer) -->
|
|
|
|
<html>
|
|
<head>
|
|
<title>Sample SSH Applet using MindTerm on OpenBSD</title>
|
|
</head>
|
|
<body>
|
|
<applet code=mindbright.application.MindTerm.class width=1 height=1>
|
|
<param name=cabbase value="/mindterm/mindterm_ie.cab">
|
|
<param name=sepframe value="true">
|
|
<param name=autoprops value="both">
|
|
<param name=debug value="true">
|
|
<h3>MindTerm is a <a href="http://java.sun.com/">Java</a> applet, which your
|
|
browser does not support. Consider upgrading your browser or switching to a
|
|
browser which supports Java.</h3>
|
|
</applet>
|
|
</body>
|
|
</html>
|