|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SftpFileAttributes | |
|---|---|
| com.maverick.sshd | This package contains the base implementation of the SSH server. |
| com.maverick.sshd.platform | This package contains the interfaces that are required to be implemented to create an SSH server implementation. |
| com.maverick.sshd.vfs | This package contains a Virtual File System which implements a platform independent version of the NativeFileSystemProvider. |
| Uses of SftpFileAttributes in com.maverick.sshd |
|---|
| Methods in com.maverick.sshd that return SftpFileAttributes | |
|---|---|
SftpFileAttributes |
SftpFile.getAttributes()
Get the files attributes. |
| Methods in com.maverick.sshd with parameters of type SftpFileAttributes | |
|---|---|
static java.lang.String |
SftpSubsystem.formatLongname(SftpFileAttributes attrs,
java.lang.String filename)
Format a String with the details of the file. |
| Constructors in com.maverick.sshd with parameters of type SftpFileAttributes | |
|---|---|
SftpFile(java.lang.String path,
SftpFileAttributes attrs)
Creates a new SftpFile object. |
|
| Uses of SftpFileAttributes in com.maverick.sshd.platform |
|---|
| Methods in com.maverick.sshd.platform that return SftpFileAttributes | |
|---|---|
SftpFileAttributes |
NativeFileSystemProvider.getFileAttributes(byte[] handle)
Get the attributes for a given file handle. |
SftpFileAttributes |
NativeFileSystemProvider.getFileAttributes(java.lang.String path)
Get the attributes for a given file. |
| Methods in com.maverick.sshd.platform with parameters of type SftpFileAttributes | |
|---|---|
byte[] |
NativeFileSystemProvider.openFile(java.lang.String path,
com.maverick.util.UnsignedInteger32 flags,
SftpFileAttributes attrs)
Open a file for reading/writing and allocate an open file handle. |
void |
NativeFileSystemProvider.setFileAttributes(byte[] handle,
SftpFileAttributes attrs)
Set the open files attributes |
void |
NativeFileSystemProvider.setFileAttributes(java.lang.String path,
SftpFileAttributes attrs)
Set the files attributes. |
| Uses of SftpFileAttributes in com.maverick.sshd.vfs |
|---|
| Methods in com.maverick.sshd.vfs that return SftpFileAttributes | |
|---|---|
SftpFileAttributes |
VirtualFileSystem.getFileAttributes(byte[] handle)
|
SftpFileAttributes |
VirtualFileSystem.getFileAttributes(java.lang.String path)
|
SftpFileAttributes |
VFSPermissionHandler.getPermissions(java.lang.String username,
java.lang.String path)
Get the files attributes. |
| Methods in com.maverick.sshd.vfs with parameters of type SftpFileAttributes | |
|---|---|
byte[] |
VirtualFileSystem.openFile(java.lang.String path,
com.maverick.util.UnsignedInteger32 flags,
SftpFileAttributes attrs)
|
void |
VirtualFileSystem.setFileAttributes(byte[] handle,
SftpFileAttributes attrs)
|
void |
VirtualFileSystem.setFileAttributes(java.lang.String path,
SftpFileAttributes attrs)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||