Re: Timeout occurred due to inactivity when I exec (General questions)
Yes I can connect with Linux using Putty. Following is the pattern on putty when it is connected:
[root@cat ~]#
I can connect with Linux using my own code. But only 'command' works. For example:
Ssh1.Command = ls -ln
; (IT WORKS)
But If I use execute command Ssh1.Execute( ls
); it does not work.