Uses of Package
com.sshtools.sftp

Packages that use com.sshtools.sftp
com.sshtools.scp This package contains the SSHTools SCP implementation converted to use the J2SSH Maverick API's SCP engine. 
com.sshtools.sftp This package contains the SSHTools SFTP client converted for use with the J2SSH Maverick API. 
com.sshtools.sftp.fallback   
com.sshtools.sftp.subsystem   
 

Classes in com.sshtools.sftp used by com.sshtools.scp
FileTransferProgress
           Interface for monitoring the state of a file transfer
SftpStatusException
          This exception is thrown by the SftpSubsystemChannel class whenever a status message is received that is not expected.
 

Classes in com.sshtools.sftp used by com.sshtools.sftp
DirectoryOperation
           This class provides a list of operations that have been/or will be completed by the SftpClient's copyRemoteDirectory/copyLocalDirectory methods.
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
           
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.
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.
 

Classes in com.sshtools.sftp used by com.sshtools.sftp.fallback
AbstractSftpClient
           Implements a Secure File Transfer (SFTP) client.
FileTransferProgress
           Interface for monitoring the state of a file transfer
SftpClient
           
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.
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.
 

Classes in com.sshtools.sftp used by com.sshtools.sftp.subsystem
AbstractSftpClient
           Implements a Secure File Transfer (SFTP) client.
FileTransferProgress
           Interface for monitoring the state of a file transfer
SftpClient
           
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.
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.
 



Copyright © 2012. All Rights Reserved.