- fileName(Path) - Method in class com.github.robtimus.filesystems.ftp.FTPFileStrategy
-
Returns a path's file name.
- FileStructure - Enum in com.github.robtimus.filesystems.ftp
-
The possible FTP file structures.
- FileSystemExceptionFactory - Interface in com.github.robtimus.filesystems.ftp
-
- FileTransferMode - Enum in com.github.robtimus.filesystems.ftp
-
The possible FTP file transfer modes.
- FileType - Class in com.github.robtimus.filesystems.ftp
-
Represents FTP file types.
- FileType.Format - Enum in com.github.robtimus.filesystems.ftp
-
The possible FTP text formats.
- FTPAccessDeniedException - Exception in com.github.robtimus.filesystems.ftp
-
An exception that is thrown if an FTP command does not execute successfully because access to a file has been denied.
- FTPAccessDeniedException(String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPAccessDeniedException
-
Creates a new FTPAccessDeniedException
.
- FTPAccessDeniedException(String, String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPAccessDeniedException
-
Creates a new FTPAccessDeniedException
.
- FTPDirectoryNotEmptyException - Exception in com.github.robtimus.filesystems.ftp
-
An exception that is thrown if an FTP command does not execute successfully because a directory is not empty.
- FTPDirectoryNotEmptyException(String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPDirectoryNotEmptyException
-
Creates a new FTPDirectoryNotEmptyException
.
- FTPEnvironment - Class in com.github.robtimus.filesystems.ftp
-
- FTPEnvironment() - Constructor for class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Creates a new FTP environment.
- FTPEnvironment(Map<String, Object>) - Constructor for class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
Creates a new FTP environment.
- FTPEnvironment.QueryParam - Annotation Type in com.github.robtimus.filesystems.ftp
-
Indicates which query parameters can be used to define environment values.
- FTPEnvironment.QueryParams - Annotation Type in com.github.robtimus.filesystems.ftp
-
- FTPFileAlreadyExistsException - Exception in com.github.robtimus.filesystems.ftp
-
An exception that is thrown if an FTP command does not execute successfully because a file already exists.
- FTPFileAlreadyExistsException(String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPFileAlreadyExistsException
-
Creates a new FTPFileAlreadyExistsException
.
- FTPFileAlreadyExistsException(String, String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPFileAlreadyExistsException
-
Creates a new FTPFileAlreadyExistsException
.
- FTPFileStrategy - Class in com.github.robtimus.filesystems.ftp
-
A strategy for handling FTP files in an FTP server specific way.
- FTPFileStrategy() - Constructor for class com.github.robtimus.filesystems.ftp.FTPFileStrategy
-
- FTPFileStrategyFactory - Interface in com.github.robtimus.filesystems.ftp
-
- FTPFileSystemException - Exception in com.github.robtimus.filesystems.ftp
-
An exception that is thrown if an FTP command does not execute successfully.
- FTPFileSystemException(int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPFileSystemException
-
Creates a new FTPFileSystemException
.
- FTPFileSystemException(String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPFileSystemException
-
Creates a new FTPFileSystemException
.
- FTPFileSystemException(String, String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPFileSystemException
-
Creates a new FTPFileSystemException
.
- FTPFileSystemProvider - Class in com.github.robtimus.filesystems.ftp
-
A provider for FTP file systems.
- FTPFileSystemProvider() - Constructor for class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
-
- FTPNoSuchFileException - Exception in com.github.robtimus.filesystems.ftp
-
An exception that is thrown if an FTP command does not execute successfully because a file does not exist.
- FTPNoSuchFileException(String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPNoSuchFileException
-
Creates a new FTPNoSuchFileException
.
- FTPNoSuchFileException(String, String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPNoSuchFileException
-
Creates a new FTPNoSuchFileException
.
- FTPNotDirectoryException - Exception in com.github.robtimus.filesystems.ftp
-
An exception that is thrown if an FTP command does not execute successfully because a file is not a directory.
- FTPNotDirectoryException(String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPNotDirectoryException
-
Creates a new FTPNotLinkException
.
- FTPNotLinkException - Exception in com.github.robtimus.filesystems.ftp
-
An exception that is thrown if an FTP command does not execute successfully because a file is not a symbolic link.
- FTPNotLinkException(String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPNotLinkException
-
Creates a new FTPNotLinkException
.
- FTPNotLinkException(String, String, int, String) - Constructor for exception com.github.robtimus.filesystems.ftp.FTPNotLinkException
-
Creates a new FTPNotLinkException
.
- FTPPoolConfig - Class in com.github.robtimus.filesystems.ftp
-
Configuration for the client connection pools of FTP file systems.
- FTPPoolConfig.Builder - Class in com.github.robtimus.filesystems.ftp
-
- FTPResponse - Interface in com.github.robtimus.filesystems.ftp
-
Represents a response from an FTP server.
- FTPSEnvironment - Class in com.github.robtimus.filesystems.ftp
-
- FTPSEnvironment() - Constructor for class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Creates a new FTPS environment.
- FTPSEnvironment(Map<String, Object>) - Constructor for class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
Creates a new FTPS environment.
- FTPSFileSystemProvider - Class in com.github.robtimus.filesystems.ftp
-
A provider for FTPS file systems.
- FTPSFileSystemProvider() - Constructor for class com.github.robtimus.filesystems.ftp.FTPSFileSystemProvider
-