All Classes and Interfaces

Class
Description
 
 
TODO Add javadoc
 
A no-op implementation of ScpTransferEventListener for those who wish to implement only a small number of methods.
An ScpClient wrapper that also closes the underlying session when closed
 
 
TODO Add javadoc
 
 
A class for turning a byte stream into a character stream.
 
 
 
 
 
 
This commands provide SCP support on both server and client side.
This CommandFactory can be used as a standalone command factory or can be used to augment another CommandFactory and provides SCP support.
A useful ObjectBuilder for ScpCommandFactory
 
 
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...
 
 
 
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.
Configurable properties for sshd-scp.
 
Holds the details of a "Dmmmm " command - e.g., "D0755 0 dirname"
Holds the details of a "Cmmmm " command - e.g., "C0644 299 file1.txt"
 
Helps transfer files between 2 servers rather than between server and local file system by using 2 ClientSession-s and simply copying from one server to the other
 
This commands SCP support for a ChannelSession.
 
 
 
Represents an SCP timestamp definition
Can be registered in order to receive events about SCP transfers
 
A simplified synchronous API for obtaining SCP sessions.
TODO Add javadoc