| 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(String command)
Create a channel to execute a command using default PTY settings and environment.
|
ChannelExec |
ClientSession.createExecChannel(String command,
PtyChannelConfigurationHolder ptyConfig,
Map<String,?> env)
Create a channel to execute a command using specific PTY settings and/or environment.
|
ChannelExec |
AbstractClientSession.createExecChannel(String command,
PtyChannelConfigurationHolder ptyConfig,
Map<String,?> env) |
| Modifier and Type | Method and Description |
|---|---|
protected ChannelExec |
AbstractScpClient.openCommandChannel(ClientSession session,
String cmd) |
| Modifier and Type | Method and Description |
|---|---|
static ChannelExec |
ScpIoUtils.openCommandChannel(ClientSession session,
String cmd,
org.slf4j.Logger log) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.