I'm trying to get output from a switch via telnet using java program. The problem is it requires a spacebar press to retrieve the rest of the information. Is there any way to mimic a "space bar" press? use write(' '); doesn't work .
More(Enter: next line, spacebar: next page, any other key: quit)--
Loading
Sam HobbsPosted Oct 28, 2010, 3:53 PM
If you are asking for help with a C# program, then it would help if you provide a little more information. What class are you using to do this?