Re: send (General questions)
Hi Eltaghi,
You can try something like this:
-----------
ssh1.WaitFor ( regex:[$ #>] $ )
Debug.Print ssh1.Execute( enable & vbLf, Password: )
ssh1.Send ( your_password & vbLf)
-----------
Hope I helped.
Regards,
Drazen