Uses of Class
com.sshtools.j2ssh.SftpClient

Packages that use SftpClient
com.sshtools.common.automate   
com.sshtools.common.ui   
com.sshtools.j2ssh   
 

Uses of SftpClient in com.sshtools.common.automate
 

Methods in com.sshtools.common.automate with parameters of type SftpClient
 boolean RemoteIdentification.configureUserAccess(SftpClient sftp, java.lang.String serverId, java.lang.String system, java.lang.String username, java.util.List keys, java.lang.String authorizationFile, int mode)
           
 boolean RemoteIdentification.configureUserAccess(SftpClient sftp, java.lang.String serverId, java.lang.String system, java.lang.String username, SshPublicKey pk, java.lang.String authorizationFile, int mode)
           
 

Uses of SftpClient in com.sshtools.common.ui
 

Methods in com.sshtools.common.ui that return SftpClient
 SftpClient SessionProviderInternalFrame.openSftpClient()
          Implementation of the SessionManager method, this simply calls the SshClient method openSftpClient.
 SftpClient SessionProviderFrame.openSftpClient()
          Implementation of the SessionManager method, this simply calls the SshClient method openSftpClient.
 SftpClient SessionManager.openSftpClient()
          Opens an SftpClient on the managed connection.
 

Uses of SftpClient in com.sshtools.j2ssh
 

Methods in com.sshtools.j2ssh that return SftpClient
 SftpClient SshClient.getActiveSftpClient()
          Get an active sftp client
 SftpClient SshClient.openSftpClient()
           Open an SFTP client for file transfer operations.
 SftpClient SshClient.openSftpClient(ChannelEventListener eventListener)
           Open an SFTP client for file transfer operations.