Class | Description |
---|---|
BasicClient |
Ssh2 client which opens a terminal window and asks the user
where to connect to.
|
CipherBenchmark | |
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.
|
SSH1Cisco |
Examples on how to connect to an old Cisco device and send a single
command.
|
SSH1Example |
Examples on how to use the ssh1 classes.
|
StressTest |
Simple program to stress test communication over port
forwards.
|
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.
|
ant examples.jar
in the top level directory.