| Package | Description |
|---|---|
| org.apache.sshd.client.scp | |
| org.apache.sshd.client.session |
| Modifier and Type | Method and Description |
|---|---|
protected ChannelExec |
AbstractScpClient.openCommandChannel(ClientSession session,
java.lang.String cmd) |
| Modifier and Type | Method and Description |
|---|---|
default ChannelExec |
ClientSession.createExecChannel(java.lang.String command)
Create a channel to execute a command using default PTY settings and environment.
|
ChannelExec |
ClientSession.createExecChannel(java.lang.String command,
PtyChannelConfigurationHolder ptyConfig,
java.util.Map<java.lang.String,?> env)
Create a channel to execute a command using specific PTY settings and/or environment.
|
ChannelExec |
AbstractClientSession.createExecChannel(java.lang.String command,
PtyChannelConfigurationHolder ptyConfig,
java.util.Map<java.lang.String,?> env) |