OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SFTPv3Client
(Results
1 - 2
of
2
) sorted by null
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3FileHandle.java
16
protected final
SFTPv3Client
client;
20
protected SFTPv3FileHandle(
SFTPv3Client
client, byte[] h)
27
* Get the
SFTPv3Client
instance which created this handle.
29
* @return A
SFTPv3Client
instance.
31
public
SFTPv3Client
getClient()
37
* Check if this handle was closed with the {@link
SFTPv3Client
#closeFile(SFTPv3FileHandle)} method
38
* of the <code>
SFTPv3Client
</code> instance which created the handle.
SFTPv3Client.java
27
* A <code>
SFTPv3Client
</code> represents a SFTP (protocol version 3)
37
* there is catastrophic failure, exceptions of the type {@link
SFTPv3Client
} will
65
* @version $Id:
SFTPv3Client
.java 46 2011-07-06 08:40:29Z dkocher@sudo.ch $
67
public class
SFTPv3Client
69
private static final Logger log = Logger.getLogger(
SFTPv3Client
.class);
93
public
SFTPv3Client
(Connection conn, PacketListener listener) throws IOException
123
public
SFTPv3Client
(Connection conn) throws IOException
460
* @param path See the {@link
SFTPv3Client
comment} for the class for more details.
474
* @param path See the {@link
SFTPv3Client
comment} for the class for more details.
489
* @param path See the {@link
SFTPv3Client
comment} for the class for more details
[
all
...]
Completed in 27 milliseconds