Thank you for responding. Here is the stack trace
"SSH-2.0-IBM Sterling Connect:Enterprise for UNIX2.5.00"
I seem to be able to connect but cannot invoke commands.
Renci.SshNet.dll!Renci.SshNet.Session.WaitOnHandle(System.Threading.WaitHandle waitHandle) Line 717 C#
Renci.SshNet.dll!Renci.SshNet.Channels.Channel.WaitOnHandle(System.Threading.WaitHandle waitHandle) Line 487 + 0x10 bytes C#
Renci.SshNet.dll!Renci.SshNet.Channels.ChannelSession.SendExecRequest(string command) Line 176 + 0xe bytes C#
Renci.SshNet.dll!Renci.SshNet.SshCommand.BeginExecute(System.AsyncCallback callback, object state) Line 243 + 0x21 bytes C#
Renci.SshNet.dll!Renci.SshNet.SshCommand.Execute() Line 319 + 0x12 bytes C#
Renci.SshNet.dll!Renci.SshNet.SshClient.RunCommand(string commandText) Line 237 + 0xa bytes C#
TestWrapper.exe!TestWrapper.Program.sftp() Line 459 + 0x10 bytes C#
TestWrapper.exe!TestWrapper.Program.Main(string[] args) Line 100 + 0x5 bytes C#
The SSH server I am trying to invoke is "SSH-2.0-IBM Sterling Connect:Enterprise for UNIX2.5.00"
I seem to be able to connect but cannot invoke commands.