See: Description
Interface | Description |
---|---|
FileSystemExceptionFactory |
A factory for creating
FileSystemException s based on replies from an FTP server. |
FTPFileStrategyFactory |
A factory for creating
FTPFileStrategy objects. |
FTPResponse |
Represents a response from an FTP server.
|
Class | Description |
---|---|
DefaultFileSystemExceptionFactory |
A default
FileSystemExceptionFactory that always returns an FTPFileSystemException unless specified otherwise. |
FileType |
Represents FTP file types.
|
FTPEnvironment |
A utility class to set up environments that can be used in the
FileSystemProvider.newFileSystem(URI, Map) and
FileSystemProvider.newFileSystem(Path, Map) methods of FTPFileSystemProvider . |
FTPFileStrategy |
A strategy for handling FTP files in an FTP server specific way.
|
FTPFileSystemProvider |
A provider for FTP file systems.
|
FTPPoolConfig |
Configuration for the client connection pools of FTP file systems.
|
FTPPoolConfig.Builder |
A builder for
FTPPoolConfig objects. |
FTPSEnvironment |
A utility class to set up environments that can be used in the
FileSystemProvider.newFileSystem(URI, Map) and
FileSystemProvider.newFileSystem(Path, Map) methods of FTPSFileSystemProvider . |
FTPSFileSystemProvider |
A provider for FTPS file systems.
|
Enum | Description |
---|---|
ConnectionMode |
The possible FTP connection modes.
|
DataChannelProtectionLevel |
The possible data channel protection levels.
|
FileStructure |
The possible FTP file structures.
|
FileTransferMode |
The possible FTP file transfer modes.
|
FileType.Format |
The possible FTP text formats.
|
SecurityMode |
The possible FTPS security modes.
|
StandardFTPFileStrategyFactory |
Defines the standard
FTPFileStrategy factories. |
Exception | Description |
---|---|
FTPAccessDeniedException |
An exception that is thrown if an FTP command does not execute successfully because access to a file has been denied.
|
FTPDirectoryNotEmptyException |
An exception that is thrown if an FTP command does not execute successfully because a directory is not empty.
|
FTPFileAlreadyExistsException |
An exception that is thrown if an FTP command does not execute successfully because a file already exists.
|
FTPFileSystemException |
An exception that is thrown if an FTP command does not execute successfully.
|
FTPNoSuchFileException |
An exception that is thrown if an FTP command does not execute successfully because a file does not exist.
|
FTPNotDirectoryException |
An exception that is thrown if an FTP command does not execute successfully because a file is not a directory.
|
FTPNotLinkException |
An exception that is thrown if an FTP command does not execute successfully because a file is not a symbolic link.
|
Annotation Type | Description |
---|---|
FTPEnvironment.QueryParam |
Indicates which query parameters can be used to define environment values.
|
FTPEnvironment.QueryParams |
A container for
FTPEnvironment.QueryParam annotations. |
Copyright © 2016–2024. All rights reserved.