Package | Description |
---|---|
org.apache.sshd.scp.server | |
org.apache.sshd.server.command | |
org.apache.sshd.server.shell |
Modifier and Type | Class and Description |
---|---|
class |
ScpCommand
This commands provide SCP support on both server and client side.
|
class |
ScpShell
This commands SCP support for a ChannelSession.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommandSupport
Provides a basic useful skeleton for
Command executions |
class |
AbstractFileSystemCommand
Provides a basic useful skeleton for
Command executions that require file system access |
Modifier and Type | Interface and Description |
---|---|
interface |
InvertedShell
This shell have inverted streams, such as the one obtained when launching a new
Process from java. |
Modifier and Type | Class and Description |
---|---|
class |
InvertedShellWrapper
A shell implementation that wraps an instance of
InvertedShell as a Command . |
class |
ProcessShell
Bridges the I/O streams between the SSH command and the process that executes it
|
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.