Package | Description |
---|---|
com.trilead.ssh2 |
Modifier and Type | Field and Description |
---|---|
SFTPv3FileAttributes |
SFTPv3DirectoryEntry.attributes
The attributes of this entry.
|
Modifier and Type | Method and Description |
---|---|
SFTPv3FileAttributes |
SFTPv3Client._stat(String path)
Graceful
SFTPv3Client.stat(String) that returns null if the path doesn't exist. |
SFTPv3FileAttributes |
SFTPv3Client.fstat(SFTPv3FileHandle handle)
Retrieve the file attributes of an open file.
|
SFTPv3FileAttributes |
SFTPv3Client.lstat(String path)
Retrieve the file attributes of a file.
|
SFTPv3FileAttributes |
SFTPv3Client.stat(String path)
Retrieve the file attributes of a file.
|
Modifier and Type | Method and Description |
---|---|
SFTPv3FileHandle |
SFTPv3Client.createFile(String fileName,
SFTPv3FileAttributes attr)
Create a file and open it for reading and writing.
|
SFTPv3FileHandle |
SFTPv3Client.createFileTruncate(String fileName,
SFTPv3FileAttributes attr)
reate a file (truncate it if it already exists) and open it for reading and writing.
|
void |
SFTPv3Client.fsetstat(SFTPv3FileHandle handle,
SFTPv3FileAttributes attr)
Modify the attributes of a file.
|
void |
SFTPv3Client.setstat(String path,
SFTPv3FileAttributes attr)
Modify the attributes of a file.
|
Copyright © 2013. All rights reserved.