Package | Description |
---|---|
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.sftp | |
com.maverick.sshd.vfs |
This package contains a Virtual File System which implements a
platform independent version of the NativeFileSystemProvider.
|
com.sshtools.proxy |
Modifier and Type | Method and Description |
---|---|
SftpFileAttributes |
SftpFile.getAttributes()
Get the files attributes.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SftpSubsystem.fireOpenFileEvent(UnsignedInteger32 flags,
SftpFileAttributes attrs,
String path,
Date started,
byte[] handle,
Throwable error) |
protected void |
SftpSubsystem.fireOpenInitEvent(UnsignedInteger32 flags,
SftpFileAttributes attrs,
String path,
Date started,
Exception error) |
protected void |
SftpSubsystem.fireStatEvent(String path,
SftpFileAttributes old,
SftpFileAttributes attrs,
Date started,
Throwable error) |
void |
SftpSubsystem.sendAttributesMessage(int id,
SftpFileAttributes attrs) |
Constructor and Description |
---|
SftpFile(String path,
SftpFileAttributes attrs)
Creates a new SftpFile object.
|
Modifier and Type | Method and Description |
---|---|
SftpFileAttributes |
FileSystem.getFileAttributes(byte[] handle)
Deprecated.
Get the attributes for a given file handle.
|
SftpFileAttributes |
FileSystem.getFileAttributes(String path)
Deprecated.
Get the attributes for a given file.
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileSystem.makeDirectory(String path,
SftpFileAttributes attrs)
Deprecated.
Create a directory.
|
byte[] |
FileSystem.openFile(String path,
UnsignedInteger32 flags,
SftpFileAttributes attrs)
Deprecated.
Open a file for reading/writing and allocate an open file handle.
|
void |
FileSystem.setFileAttributes(byte[] handle,
SftpFileAttributes attrs)
Deprecated.
Set the open files attributes
|
void |
FileSystem.setFileAttributes(String path,
SftpFileAttributes attrs)
Deprecated.
Set the files attributes.
|
Modifier and Type | Method and Description |
---|---|
SftpFileAttributes |
DirectFileJava7.getAttributes() |
SftpFileAttributes |
DirectFile.getAttributes() |
SftpFileAttributes |
AbstractFileAdapter.getAttributes() |
SftpFileAttributes |
AbstractFile.getAttributes() |
abstract SftpFileAttributes |
AbstractDirectFile.getAttributes() |
SftpFileAttributes |
AbstractFileSystem.getFileAttributes(byte[] handle) |
SftpFileAttributes |
AbstractFileSystem.getFileAttributes(String path) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractFileSystem.makeDirectory(String path,
SftpFileAttributes attrs) |
byte[] |
AbstractFileSystem.openFile(String path,
UnsignedInteger32 flags,
SftpFileAttributes attrs) |
void |
AbstractFileAdapter.setAttributes(SftpFileAttributes attrs) |
void |
AbstractFile.setAttributes(SftpFileAttributes attrs) |
void |
AbstractDirectFile.setAttributes(SftpFileAttributes attrs) |
void |
AbstractFileSystem.setFileAttributes(byte[] handle,
SftpFileAttributes attrs) |
void |
AbstractFileSystem.setFileAttributes(String path,
SftpFileAttributes attrs) |
Modifier and Type | Method and Description |
---|---|
SftpFileAttributes |
VirtualMountFile.getAttributes() |
SftpFileAttributes |
VFSFile.getAttributes() |
SftpFileAttributes |
VFSPermissionHandler.getPermissions(String username,
String path)
Get the files attributes.
|
Modifier and Type | Method and Description |
---|---|
void |
VirtualMountFile.setAttributes(SftpFileAttributes attrs) |
void |
VFSFile.setAttributes(SftpFileAttributes attrs) |
Modifier and Type | Method and Description |
---|---|
SftpFileAttributes |
ProxyFile.getAttributes()
This method returns
SftpFileAttributes of the file |
Modifier and Type | Method and Description |
---|---|
void |
ProxyFile.setAttributes(SftpFileAttributes newAtt) |
Copyright © 2024. All rights reserved.