Package com.sshtools.sftp

This package contains the SSHTools SFTP client converted for use with the J2SSH Maverick API.

See:
          Description

Interface Summary
FileTransferProgress Interface for monitoring the state of a file transfer
RegularExpressionMatching Interface for treating a filename as a regular expression and returning the list of files that match.
SftpClient  
 

Class Summary
AbstractSftpClient Implements a Secure File Transfer (SFTP) client.
ACL Version 4 of the SFTP protocol introduces an ACL field in the SftpFileAttributes structure.
DirectoryOperation This class provides a list of operations that have been/or will be completed by the SftpClient's copyRemoteDirectory/copyLocalDirectory methods.
GlobRegExpMatching Implements the RegularExpressionMatching Interface.
NoRegExpMatching Implements the RegularExpressionMatching Interface.
Performs no regular expression matching so:
matchFilesWithPattern() simply returns the files parameter it is passed as an argument
matchFileNamesWithPattern() simply returns a 1 element array containing the filename on the first element of the file[] argument passed to it.
Perl5RegExpMatching Implements the RegularExpressionMatching Interface.
SftpClientFactory  
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.
 

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.sshtools.sftp Description

This package contains the SSHTools SFTP client converted for use with the J2SSH Maverick API.



Copyright © 2012. All Rights Reserved.