Re: wodssh and javascript html - WeOnlyDo Discussion board

Re: wodssh and javascript html (General questions)

by marcxroma, Tuesday, May 23, 2006, 18:46 (6550 days ago) @ wodAlan

Hi,

You can try to add this code:

Under Button click you can add following code:
wodSSH1.Send( ls -al \r\n );

Maybe you have trouble with sending data ls -al , or sending enter/new line.
I think that ( \r - carriage return and \n new line) is most important thing in this code.

Of course you can call Send Method immediately after Connect Method, if you set Blocking Property to True.

Regards,
Alan


Complete thread: