Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using telnet/ssh

Status
Not open for further replies.

NetworkGhost

IS-IT--Management
Apr 12, 2005
1,324
US
Is it possible to use C++ to program a automated telnet/ssh session?
 
Yes. You'd probably want to use popen() to run telnet... Then use the stream functions like fgets(), fputs()... to read & write to the telnet session.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top