Version: 1.0.6
Add Telnet, rsh, rexec and rlogin connectivity to your Windows or Web application.

Sample Projects Included
The samples are fully working applications demonstrating all PowerTCP Telnet for .NET components in both C# and VB.NET and include complete source code.

Sample Name Sample Description Languages
Telnet Client Demonstrates a client used for communicating to remote hosts using the Telnet protocol. VB.NET, C#
Rlogin Client Demonstrates a client used for accessing a remote machine using the Rlogin protocol. VB.NET, C#
Rexec Sample Demonstrates executing a command on a remote machine using Rexec. VB.NET, C#
Rsh Sample Demonstrates executing a command on a remote machine using Rsh. VB.NET, C#
AutoLogin Sample A Web Sample which logs into a remote machine (using Telnet), executes a command, and logs out. VB.NET