Uses of Class
com.sshtools.j2ssh.sftp.SftpSubsystemClient

Packages that use SftpSubsystemClient
com.sshtools.j2ssh   
com.sshtools.j2ssh.sftp   
 

Uses of SftpSubsystemClient in com.sshtools.j2ssh
 

Methods in com.sshtools.j2ssh that return SftpSubsystemClient
 SftpSubsystemClient SshClient.openSftpChannel()
           Open's an Sftp channel.
 SftpSubsystemClient SshClient.openSftpChannel(ChannelEventListener eventListener)
          Open an SftpSubsystemChannel.
 

Uses of SftpSubsystemClient in com.sshtools.j2ssh.sftp
 

Methods in com.sshtools.j2ssh.sftp that return SftpSubsystemClient
protected  SftpSubsystemClient SftpFile.getSFTPSubsystem()
           
 

Methods in com.sshtools.j2ssh.sftp with parameters of type SftpSubsystemClient
protected  void SftpFile.setSFTPSubsystem(SftpSubsystemClient sftp)
           
 



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.