Uses of Package
com.github.robtimus.filesystems.ftp
-
Classes in com.github.robtimus.filesystems.ftp used by com.github.robtimus.filesystems.ftp Class Description ConnectionMode The possible FTP connection modes.DataChannelProtectionLevel The possible data channel protection levels.FileStructure The possible FTP file structures.FileSystemExceptionFactory A factory for creatingFileSystemException
s based on replies from an FTP server.FileTransferMode The possible FTP file transfer modes.FileType Represents FTP file types.FileType.Format The possible FTP text formats.FTPEnvironment A utility class to set up environments that can be used in theFileSystemProvider.newFileSystem(URI, Map)
andFileSystemProvider.newFileSystem(Path, Map)
methods ofFTPFileSystemProvider
.FTPEnvironment.QueryParam Indicates which query parameters can be used to define environment values.FTPEnvironment.QueryParams A container forFTPEnvironment.QueryParam
annotations.FTPFileStrategy A strategy for handling FTP files in an FTP server specific way.FTPFileStrategyFactory A factory for creatingFTPFileStrategy
objects.FTPFileSystemProvider A provider for FTP file systems.FTPPoolConfig Configuration for the client connection pools of FTP file systems.FTPPoolConfig.Builder A builder forFTPPoolConfig
objects.FTPResponse Represents a response from an FTP server.FTPSEnvironment A utility class to set up environments that can be used in theFileSystemProvider.newFileSystem(URI, Map)
andFileSystemProvider.newFileSystem(Path, Map)
methods ofFTPSFileSystemProvider
.SecurityMode The possible FTPS security modes.StandardFTPFileStrategyFactory Defines the standardFTPFileStrategy
factories.