| Package | Description |
|---|---|
| org.apache.sshd.client.session | |
| org.apache.sshd.scp.client | |
| org.apache.sshd.scp.common.helpers |
| 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 |
AbstractClientSession.createExecChannel(java.lang.String command,
PtyChannelConfigurationHolder ptyConfig,
java.util.Map<java.lang.String,?> env) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected ChannelExec |
AbstractScpClient.openCommandChannel(ClientSession session,
java.lang.String cmd) |
| Modifier and Type | Method and Description |
|---|---|
static ChannelExec |
ScpIoUtils.openCommandChannel(ClientSession session,
java.lang.String cmd,
org.slf4j.Logger log) |