- checkAccess(Path, AccessMode...) - Method in class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
-
- clear() - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
- com.github.robtimus.filesystems.ftp - package com.github.robtimus.filesystems.ftp
-
Provides the classes and interfaces for FTP file systems.
- ConnectionMode - Enum in com.github.robtimus.filesystems.ftp
-
The possible FTP connection modes.
- containsKey(Object) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
- containsValue(Object) - Method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
- copy(Map<String, ?>) - Static method in class com.github.robtimus.filesystems.ftp.FTPEnvironment
-
- copy(Path, Path, CopyOption...) - Method in class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
-
Copy a file to a target file.
- copy(Map<String, ?>) - Static method in class com.github.robtimus.filesystems.ftp.FTPSEnvironment
-
- createChangeWorkingDirectoryException(String, int, String) - Method in class com.github.robtimus.filesystems.ftp.DefaultFileSystemExceptionFactory
-
- createChangeWorkingDirectoryException(String, int, String) - Method in interface com.github.robtimus.filesystems.ftp.FileSystemExceptionFactory
-
Creates a FileSystemException
that indicates a directory cannot be used as the current working directory.
- createCopyException(String, String, int, String) - Method in class com.github.robtimus.filesystems.ftp.DefaultFileSystemExceptionFactory
-
- createCopyException(String, String, int, String) - Method in interface com.github.robtimus.filesystems.ftp.FileSystemExceptionFactory
-
Creates a FileSystemException
that indicates a file or directory cannot be copied.
- createCreateDirectoryException(String, int, String) - Method in class com.github.robtimus.filesystems.ftp.DefaultFileSystemExceptionFactory
-
- createCreateDirectoryException(String, int, String) - Method in interface com.github.robtimus.filesystems.ftp.FileSystemExceptionFactory
-
Creates a FileSystemException
that indicates a directory cannot be created.
- createDeleteException(String, int, String, boolean) - Method in class com.github.robtimus.filesystems.ftp.DefaultFileSystemExceptionFactory
-
- createDeleteException(String, int, String, boolean) - Method in interface com.github.robtimus.filesystems.ftp.FileSystemExceptionFactory
-
Creates a FileSystemException
that indicates a file or directory cannot be deleted.
- createDirectory(Path, FileAttribute<?>...) - Method in class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
-
Creates a new directory.
- createFTPFileStrategy() - Method in interface com.github.robtimus.filesystems.ftp.FTPFileStrategyFactory
-
- createFTPFileStrategy() - Method in enum com.github.robtimus.filesystems.ftp.StandardFTPFileStrategyFactory
-
- createGetFileException(String, int, String) - Method in class com.github.robtimus.filesystems.ftp.DefaultFileSystemExceptionFactory
-
Creates a FileSystemException
that indicates a file or directory cannot be retrieved.
- createGetFileException(String, int, String) - Method in interface com.github.robtimus.filesystems.ftp.FileSystemExceptionFactory
-
Creates a FileSystemException
that indicates a file or directory cannot be retrieved.
- createMoveException(String, String, int, String) - Method in class com.github.robtimus.filesystems.ftp.DefaultFileSystemExceptionFactory
-
- createMoveException(String, String, int, String) - Method in interface com.github.robtimus.filesystems.ftp.FileSystemExceptionFactory
-
Creates a FileSystemException
that indicates a file or directory cannot be moved.
- createNewInputStreamException(String, int, String) - Method in class com.github.robtimus.filesystems.ftp.DefaultFileSystemExceptionFactory
-
- createNewInputStreamException(String, int, String) - Method in interface com.github.robtimus.filesystems.ftp.FileSystemExceptionFactory
-
Creates a FileSystemException
that indicates a file cannot be opened for reading.
- createNewOutputStreamException(String, int, String, Collection<? extends OpenOption>) - Method in class com.github.robtimus.filesystems.ftp.DefaultFileSystemExceptionFactory
-
- createNewOutputStreamException(String, int, String, Collection<? extends OpenOption>) - Method in interface com.github.robtimus.filesystems.ftp.FileSystemExceptionFactory
-
Creates a FileSystemException
that indicates a file cannot be opened for writing.
- custom() - Static method in class com.github.robtimus.filesystems.ftp.FTPPoolConfig
-