Hi Pat,
Thanks for your reply.
I've read your article before and it sure helped.
But, I'm equally sure it's not a 'when to send a CR, LF, CRLF character' problem.
After sending enable (sshStream.Write("enable" & vbCr)), this is what I've read from the stream:
Paul
Thanks for your reply.
I've read your article before and it sure helped.
But, I'm equally sure it's not a 'when to send a CR, LF, CRLF character' problem.
After sending enable (sshStream.Write("enable" & vbCr)), this is what I've read from the stream:
c3745>
terminal length 0
c3745>
enable
Password:
I then write the password:sshStream.Write(ClientEnablepassword & vbCr)
and in the stream only an empty line is addedc3745>
terminal length 0
c3745>
enable
Password:
It looks like I should write and read from an other stream after sending the enable password??Paul