Uses of Class
ch.ethz.ssh2.SFTPv3Client

Packages that use SFTPv3Client
ch.ethz.ssh2   
 

Uses of SFTPv3Client in ch.ethz.ssh2
 

Fields in ch.ethz.ssh2 declared as SFTPv3Client
(package private)  SFTPv3Client SFTPv3FileHandle.client
           
 

Methods in ch.ethz.ssh2 that return SFTPv3Client
 SFTPv3Client SFTPv3FileHandle.getClient()
          Get the SFTPv3Client instance which created this handle.
 

Constructors in ch.ethz.ssh2 with parameters of type SFTPv3Client
SFTPv3FileHandle(SFTPv3Client client, byte[] h)