Package com.maverick.sftp

The base implementation of the SFTP protocol enabling SFTP to be operated over both SSH1 and SSH2 connections.

See:
          Description

Interface Summary
FileTransferProgress Interface for monitoring the state of a file transfer
 

Class Summary
ACL Version 4 of the SFTP protocol introduces an ACL field in the SftpFileAttributes structure.
SftpFile Represents an SFTP file object.
SftpFileAttributes This class represents the ATTRS structure defined in the draft-ietf-secsh-filexfer-02.txt which is used by the protocol to store file attribute information.
SftpFileInputStream An InputStream to read the contents of a remote file.
SftpFileOutputStream An OutputStream to write data to a remote file.
SftpMessage  
SftpSubsystemChannel This class implements the SFTP protocol which is executed as an SSH subsystem.
 

Exception Summary
SftpStatusException This exception is thrown by the SftpSubsystemChannel class whenever a status message is received that is not expected.
TransferCancelledException Exception thrown when a file transfer is cancelled.
 

Package com.maverick.sftp Description

The base implementation of the SFTP protocol enabling SFTP to be operated over both SSH1 and SSH2 connections.



Copyright © 2003 3SP LTD. All Rights Reserved.