SSH/Telnet Console, script access

SSH/Telnet Console, script access

1
NewbieNewbie
1

    Mar 29, 2007#1

    Hi,

    Is there any way to access the SSH/Telnet console from the script engine? This would enable a script to save my file and then automatically compile it on the server by executing a statement in the SSH/Telnet Console window.

    Tnx,
    Andre

    344
    MasterMaster
    344

      Mar 29, 2007#2

      AFAIK, no...
      Normally using all newest english version incl. each hotfix. Win 10 64 bit

      1
      NewbieNewbie
      1

        Aug 12, 2007#3

        nefreyu wrote:Is there any way to access the SSH/Telnet console from the script engine? This would enable a script to save my file and then automatically compile it on the server by executing a statement in the SSH/Telnet Console window.
        If you can execute a system command or external application you could use plink.exe (http://www.puttyssh.org) to execute commands for you.
        Or you could also try to fiddle with SecureCRT if you have that (commercial program). Last but not least is Expect (found in TCL http://www.tcl.tk) together with an SSH/telnet app.
        Or just use 'rsh' ...
        or openssh ...
        or or or ... well there are a lot of alternatives (as long as you can execute an external program).