Re: send - WeOnlyDo Discussion board

Re: send (General questions)

by wodDrazen, Monday, April 10, 2006, 13:11 (6594 days ago) @ wodDrazen

Eltaghi,


Here is code which you can try it:

---------------------------
Ssh1.WaitFor( regex:[$ #>] $ );
Ssh1.Execute( enable
, Password: );
Ssh1.Send( mypassword
);
outputTxt.Text = Ssh1.WaitFor( regex:[$ #>] $ );
---------------------------


I need you to run this code with break point(line by line) and determine which is exactly line where error occur.
This is very important for helping you and for trying to resolve your problem.
Can you try this?


Regards,
Drazen


Complete thread: