Package com.trilead.ssh2
Class SFTPv3FileHandle
- java.lang.Object
-
- com.trilead.ssh2.SFTPv3FileHandle
-
public class SFTPv3FileHandle extends java.lang.ObjectASFTPv3FileHandle.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SFTPv3ClientgetClient()Get the SFTPv3Client instance which created this handle.booleanisClosed()Check if this handle was closed with theSFTPv3Client.closeFile(SFTPv3FileHandle)method of theSFTPv3Clientinstance which created the handle.
-
-
-
Method Detail
-
getClient
public SFTPv3Client getClient()
Get the SFTPv3Client instance which created this handle.- Returns:
- A SFTPv3Client instance.
-
isClosed
public boolean isClosed()
Check if this handle was closed with theSFTPv3Client.closeFile(SFTPv3FileHandle)method of theSFTPv3Clientinstance which created the handle.- Returns:
- if the handle is closed.
-
-