Re: Buffer Size Command Hanging (General questions)

by woddrazen, (5778 days ago) @ mmorton

Mike,


Can you maybe try our Basic VB sample? That sample will connect to server and execute some command using Command Property.

In order to make it work for you. You should only change in sample code Ssh1.Command = ls -al & Chr(10) to:

Ssh1.Command = show * /identifier & vbCrLf

Also when you receive result in TextBox1 scroll bar is missing. So you will not see full response. If you wish you can add scroll bar using TexeBox1 ScrollBars Property.

Let us know how it goes.


Drazen

locked

Complete thread: