PowerTCP Emulation for ActiveX

from $699.00
Available Platforms

Login using RLOGIN

The PowerTCP Telnet control can be used to easily login to a remote machine using the RLOGIN protocol. Take a look at the VB example below to see how:

 

' Timeout after 10 seconds
Telnet1.Timeout = 10000

' Use the Rlogin method
Telnet1.Rlogin "myhost", "myUsername"

' Receive data
Telnet1.Receive Output

' Display data
Text1.Text = Output