All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractScpClient AbstractScpClient.ScpOperationExecutor<T> AbstractScpClientCreator TODO Add javadocAbstractScpCommandDetails AbstractScpTransferEventListenerAdapter A no-op implementation ofScpTransferEventListenerfor those who wish to implement only a small number of methods.CloseableScpClient AnScpClientwrapper that also closes the underlying session when closedCommandStatusHandler DefaultScpClient DefaultScpClientCreator TODO Add javadocDefaultScpFileOpener DefaultScpStreamResolver InputStreamReader A class for turning a byte stream into a character stream.LocalFileScpSourceStreamResolver LocalFileScpTargetStreamResolver ScpAckInfo ScpClient ScpClient.Option ScpClientCreator ScpCommand This commands provide SCP support on both server and client side.ScpCommandFactory ThisCommandFactorycan be used as a standalone command factory or can be used to augment anotherCommandFactoryand providesSCPsupport.ScpCommandFactory.Builder A usefulObjectBuilderforScpCommandFactoryScpDirEndCommandDetails ScpException ScpFileOpener Plug-in mechanism for users to intervene in the SCP process - e.g., apply some kind of traffic shaping mechanism, display upload/download progress, etc...ScpFileOpenerHolder ScpHelper ScpIoUtils ScpLocation Represents a local or remote SCP location in the format "user@host:path" or "scp://[user@]host[:port][/path]" for a remote path and a simple path for a local one.ScpModuleProperties Configurable properties for sshd-scp.ScpPathCommandDetailsSupport ScpReceiveDirCommandDetails Holds the details of a "Dmmmm" command - e.g., "D0755 0 dirname" ScpReceiveFileCommandDetails Holds the details of a "Cmmmm" command - e.g., "C0644 299 file1.txt" ScpReceiveLineHandler ScpRemote2RemoteTransferHelper Helps transfer files between 2 servers rather than between server and local file system by using 2ClientSession-s and simply copying from one server to the otherScpRemote2RemoteTransferListener ScpShell This commands SCP support for a ChannelSession.ScpShell.PathEntry ScpSourceStreamResolver ScpTargetStreamResolver ScpTimestampCommandDetails Represents an SCP timestamp definitionScpTransferEventListener Can be registered in order to receive events about SCP transfersScpTransferEventListener.FileOperation SimpleScpClient A simplified synchronous API for obtaining SCP sessions.SimpleScpClientImpl TODO Add javadoc