I am working on an existing Perl script that used Telnet & Expect to start an application and then navigate through a series of menus. I need to modify this app to access a new server via SSH and am trying to use SSH:Expect. However, when I Send() or Exec() the command to start the application, waitfor does not appear to 'see' the menus. Is there a better way to accomplish this?
Additional information: I am able to connect, run commands like “ls” and get results but cannot seem to navigate through the menus.