| Interface | Description |
|---|---|
| SftpFileSystemClientSessionInitializer |
Provides user hooks into the process of creating a
SftpFileSystem via a SftpFileSystemProvider |
| Class | Description |
|---|---|
| SftpAclFileAttributeView | |
| SftpClientDirectoryScanner |
Uses an
SftpClient to scan a directory (possibly recursively) and find files that match a given set of
inclusion patterns. |
| SftpClientDirectoryScanner.ScanDirEntry |
The result of a scan
|
| SftpDirectoryStream |
Implements a remote
DirectoryStream |
| SftpFileStore | |
| SftpFileSystem | |
| SftpFileSystem.DefaultGroupPrincipal | |
| SftpFileSystem.DefaultUserPrincipal | |
| SftpFileSystem.DefaultUserPrincipalLookupService | |
| SftpFileSystemInitializationContext | |
| SftpFileSystemProvider |
A registered
FileSystemProvider that registers the "sftp://" scheme so that URLs with this protocol
are handled as remote SFTP Path-s - e.g., "sftp://user:password@host/remote/file/path" |
| SftpPath | |
| SftpPathDirectoryScanner |
An SFTP-aware
DirectoryScanner that assumes all Path-s refer to SFTP remote ones and match patterns
use "/" as their separator with case sensitive matching by default (though the latter can be modified). |
| SftpPathIterator | |
| SftpPosixFileAttributes | |
| SftpPosixFileAttributeView |
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.