Package examples

Sample code which shows how to use the MindTerm classes.

See:
          Description

Class Summary
BasicClient Ssh2 client which opens a terminal window and asks the user where to connect to.
CipherBenchmark Benchmark the different encryption algorithms.
FTPToSFTPProxy This is a demo of one usage of the FTP over SFTP bridging capability.
GenerateKeyPair This is a simple demo of how to generate public key pairs for use with ssh2.
InteractRemoteCommand This is a simple demo of interacting with a single command on a ssh2 server.
PKCS12 Opens a PKCS#12-file and prints its content in great detail.
RemoteShellScript This is a simple demo of running a list of command-lines given as text file.
RunRemoteCommand This is a simple demo of running a single command on a ssh2 server in exactly the same way an ordinary unix ssh2 client works when passed a command-line to be run.
RunRemoteCommand2 This is a variant of RunRemoteCommand which processes the stdio streams slightly differently, otherwise it does exactly the same thing.
SCPExample Copy a file to/from an SSH2 server using the scp protocol.
SCPExample2 Copy a file to/from an SSH1 or SSH2 server using the scp protocol.
SFTPCopyFile Copy a file to/from an SSH2 server using the sftp protocol.
SSH1Example Examples on how to use the ssh1 classes.
StressTest  
SubSystem Login and start a subsystem.
Telnet Open a telnet window and connect with the telnet protocol.
TestNSKeyStore List all keys found in a Netscape keystore.
TestPKCS12KeyStore List all keys found in a PKCS#12 file.
 

Package examples Description

Sample code which shows how to use the MindTerm classes. To build examples used ant examples.jar in the top level directory.