Uses of Interface
com.sshtools.sftp.SftpClient

Packages that use SftpClient
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   
 

Uses of SftpClient in com.sshtools.sftp
 

Classes in com.sshtools.sftp that implement SftpClient
 class AbstractSftpClient
           Implements a Secure File Transfer (SFTP) client.
 

Methods in com.sshtools.sftp that return SftpClient
 SftpClient SftpClientFactory.createSftpClient(SshClient ssh)
           
 SftpClient SftpClientFactory.createSftpClient(SshClient ssh, int maxVersion)
           
 SftpClient SftpClientFactory.createSftpClient(SshClient ssh, int maxVersion, int modes)
           
 SftpClient SftpFile.getSFTPClient()
          Get the SFTP client that created this file object.
 

Constructors in com.sshtools.sftp with parameters of type SftpClient
SftpFile(String path, SftpFileAttributes attrs, SftpClient sftp)
          Creates a new SftpFile object.
SftpFileAttributes(com.maverick.util.ByteArrayReader bar, SftpClient sftp)
           
SftpFileAttributes(int type, SftpClient sftp)
          Creates a new FileAttributes object.
 

Uses of SftpClient in com.sshtools.sftp.fallback
 

Classes in com.sshtools.sftp.fallback that implement SftpClient
 class ScpFallbackImpl
           
 

Uses of SftpClient in com.sshtools.sftp.subsystem
 

Classes in com.sshtools.sftp.subsystem that implement SftpClient
 class SftpClientImpl
           
 

Constructors in com.sshtools.sftp.subsystem with parameters of type SftpClient
SftpSubsystemChannel(SshSession session, SftpClient sftp)
           
SftpSubsystemChannel(SshSession session, SftpClient sftp, int Max_Version)
           
 



Copyright © 2012. All Rights Reserved.