OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SFTPv3FileAttributes
(Results
1 - 3
of
3
) sorted by null
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3DirectoryEntry.java
40
public
SFTPv3FileAttributes
attributes;
SFTPv3FileAttributes.java
8
* A <code>
SFTPv3FileAttributes
</code> object represents detail information
12
* @version $Id:
SFTPv3FileAttributes
.java 42 2011-06-02 15:34:20Z dkocher@sudo.ch $
15
public class
SFTPv3FileAttributes
SFTPv3Client.java
303
private
SFTPv3FileAttributes
readAttrs(TypesReader tr) throws IOException
320
SFTPv3FileAttributes
fa = new
SFTPv3FileAttributes
();
373
* @return a
SFTPv3FileAttributes
object.
376
public
SFTPv3FileAttributes
fstat(SFTPv3FileHandle handle) throws IOException
417
private
SFTPv3FileAttributes
statBoth(String path, int statMethod) throws IOException
461
* @return a
SFTPv3FileAttributes
object.
465
public
SFTPv3FileAttributes
stat(String path) throws IOException
475
* @return a
SFTPv3FileAttributes
object.
479
public
SFTPv3FileAttributes
lstat(String path) throws IOExceptio
[
all
...]
Completed in 91 milliseconds