接口 HasSshExec
-
- 所有超级接口:
ConnectSSH
- 所有已知实现类:
JschClient,PuttyClient,SshdClient,SshjClient
public interface HasSshExec extends ConnectSSH
- 作者:
- Yun
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringexecuteCommand(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-
从接口继承的方法 tech.testnx.cah.common.net.ssh.ConnectSSH
connect, disconnect
-
-