Class SftpSubsystem

java.lang.Object
com.sshtools.common.ssh.Subsystem
com.sshtools.common.sftp.SftpSubsystem
All Implemented Interfaces:
SftpSpecification

public class SftpSubsystem extends Subsystem implements SftpSpecification
This class provides the SFTP subsystem. The subsystem obtains an instance of the configured com.sshtools.common.sftp.FileSystem to serve files through the SFTP protocol. This implementation currently supports up to version 3 of the protocol.
Author:
Lee David Painter