| Package | Description |
|---|---|
| com.sshtools.common.files | |
| com.sshtools.common.files.direct | |
| com.sshtools.common.sftp |
| Modifier and Type | Method and Description |
|---|---|
SftpFileAttributes |
AbstractFile.getAttributes() |
SftpFileAttributes |
AbstractFileAdapter.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFile.setAttributes(SftpFileAttributes attrs) |
void |
AbstractFileAdapter.setAttributes(SftpFileAttributes attrs) |
| Modifier and Type | Method and Description |
|---|---|
abstract SftpFileAttributes |
AbstractDirectFile.getAttributes() |
SftpFileAttributes |
DirectFileJava7.getAttributes() |
SftpFileAttributes |
DirectFile.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDirectFile.setAttributes(SftpFileAttributes attrs) |
void |
DirectFileJava7.setAttributes(SftpFileAttributes attrs) |
| Modifier and Type | Method and Description |
|---|---|
SftpFileAttributes |
SftpFile.getAttributes()
Get the files attributes.
|
SftpFileAttributes |
AbstractFileSystem.getFileAttributes(byte[] handle) |
SftpFileAttributes |
AbstractFileSystem.getFileAttributes(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SftpSubsystem.fireOpenFileEvent(com.sshtools.common.util.UnsignedInteger32 flags,
SftpFileAttributes attrs,
java.lang.String path,
java.util.Date started,
byte[] handle,
java.lang.Exception error) |
protected void |
SftpSubsystem.fireOpenInitEvent(com.sshtools.common.util.UnsignedInteger32 flags,
SftpFileAttributes attrs,
java.lang.String path,
java.util.Date started,
java.lang.Exception error) |
protected void |
SftpSubsystem.fireSetStatEvent(java.lang.String path,
SftpFileAttributes old,
SftpFileAttributes attrs,
java.util.Date started,
java.lang.Exception error) |
protected void |
SftpSubsystem.fireStatEvent(java.lang.String path,
SftpFileAttributes attrs,
java.util.Date started,
java.lang.Exception error) |
boolean |
AbstractFileSystem.makeDirectory(java.lang.String path,
SftpFileAttributes attrs) |
byte[] |
AbstractFileSystem.openFile(java.lang.String path,
com.sshtools.common.util.UnsignedInteger32 flags,
SftpFileAttributes attrs) |
void |
SftpSubsystem.sendAttributesMessage(int id,
SftpFileAttributes attrs) |
void |
AbstractFileSystem.setFileAttributes(byte[] handle,
SftpFileAttributes attrs) |
void |
AbstractFileSystem.setFileAttributes(java.lang.String path,
SftpFileAttributes attrs) |
| Constructor and Description |
|---|
SftpFile(java.lang.String path,
SftpFileAttributes attrs)
Creates a new SftpFile object.
|
Copyright © 2022. All rights reserved.