Terminal Emulation Samples

WinForms and Console Examples

Our WinForms and Console apps cover all the key features of the component.

SshClient

This example illustrates how to execute commands on a remote server in a WinForms application.

RemoteExec

This example illustrates how to execute commands on a remote server in a WinForms application.

ConsoleRemoteExec

This example illustrates how to use the the SshClient and TerminalShell classes to connect to a remote SSH server and execute commands.

ConsoleShell

This example illustrates how to use the the TelnetClient and TerminalShell classes to connect to a remote Telnet server and execute commands.

ASP.NET WebForms Examples

The library can also be used in ASP.NET WebForms applications in both Full-trust or Medium-trust environments.

RemoteExecWebDemo

This example illustrates how to execute commands on a remote server in a Web application.

TelnetWebDemo

This example illustrates how to execute commands on a remote server in a Web application.