Re: send - WeOnlyDo Discussion board

Re: send (General questions)

by wodSupport, Wednesday, April 12, 2006, 00:36 (6592 days ago) @ wodDrazen

Eltaghi,

I double-checked, you must send chr$(3) to the server. I'm not sure which programming language you use. If it's wodSSH.NET, then code like this should do it:[code]Dim b(0) As Byte
b(0) = 3
Ssh1.Send(b)[/code]Can you try that?

Kreso



Complete thread: