接口 HasSshExec

    • 方法详细资料

      • executeCommand

        String executeCommand​(String command)
        Remote execute command or commands
        Single command like: pwd
        Multiple commands like: cd..; pwd; ls -al;
        Open a new channel for each invoke
        参数:
        command -
        返回: