We're using a perl expect library to interact with a custom File Server that listens for certain commands and returns output on the cli.
The perl expect library, for some reason, once it connects and sends the password, successfully identifies the prompt, it sends a command but that command is never recieved by the FileServer.ShellCommand event. I'm at a loss as to why. This expect code works fine when connecting to other ssh cli's.
Any help would be appreciated.