| Interface | Description |
|---|---|
| SftpExtension | |
| SftpExtensionFactory | |
| SftpFileFilter | |
| SftpOperationWrapper | |
| SftpSpecification |
| Class | Description |
|---|---|
| AbstractFileSystem |
This class is final.
|
| ACL |
Version 4 of the SFTP protocol introduces an ACL field in the
SftpFileAttributes structure. |
| GlobSftpFileFilter | |
| RegexSftpFileFilter | |
| SftpFile |
Represents an SFTP file object.
|
| SftpFileAttributes |
This class represents the ATTRS structure defined in the
draft-ietf-secsh-filexfer-02.txt which is used by the protocol to store file
attribute information.
|
| SftpSubsystem |
This class provides the SFTP subsystem.
|
| TransferEvent |
| Enum | Description |
|---|---|
| SftpSubsystemOperation |
| Exception | Description |
|---|---|
| FileIsDirectoryException |
Thrown when an operation that requires an ordinary file is presented with a directory.
|
| InvalidHandleException |
Thrown when an invalid file handle is received.
|
| SftpStatusEventException | |
| SftpStatusException |
This exception is thrown by the
SftpSubsystemChannel class whenever a
status message is received that is not expected. |
| UnsupportedFileOperationException |
Thrown when the file system does not support a requested operation.
|
Copyright © 2022. All rights reserved.