Package com.trilead.ssh2
Class SFTPv3FileHandle
java.lang.Object
com.trilead.ssh2.SFTPv3FileHandle
A
SFTPv3FileHandle
.- Version:
- $Id: SFTPv3FileHandle.java,v 1.1 2007/10/15 12:49:56 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
Method Summary
Modifier and TypeMethodDescriptionGet the SFTPv3Client instance which created this handle.boolean
isClosed()
Check if this handle was closed with theSFTPv3Client.closeFile(SFTPv3FileHandle)
method of theSFTPv3Client
instance which created the handle.
-
Method Details
-
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 theSFTPv3Client
instance which created the handle.- Returns:
- if the handle is closed.
-