| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectcom.trilead.ssh2.SFTPv3FileHandlepublic class SFTPv3FileHandleextends java.lang.ObjectSFTPv3FileHandle.
Method Summary | |
SFTPv3Client |
|
boolean |
|
public SFTPv3Client getClient()
Get the SFTPv3Client instance which created this handle.
- Returns:
- A SFTPv3Client instance.
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.