Establishing a connection

Top  Previous  Next

To establish a connection to a telnet server, create a Telnet instance and provide the required hostname.

 

Example

 

// create new Telnet instance

Telnet telnet = new Telnet("telnet.myserver.com");

 

// establish connection

telnet.connect();





Home | Company | Products | Solutions | Purchase | Support | Services | Blog

© 2021 JSCAPE LLC