- newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
-
Opens or creates a file, returning a seekable byte channel to access the file.
- newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - Method in class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
-
- newFileSystem(URI, Map<String, ?>) - Method in class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
-
Constructs a new FileSystem
object identified by a URI.
- newInputStream(Path, OpenOption...) - Method in class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
-
Opens a file, returning an input stream to read from the file.
- newOutputStream(Path, OpenOption...) - Method in class com.github.robtimus.filesystems.ftp.FTPFileSystemProvider
-
Opens or creates a file, returning an output stream that may be used to write bytes to the file.
- nonUnix() - Static method in class com.github.robtimus.filesystems.ftp.FTPFileStrategy
-
Returns a strategy for non-Unix-like FTP file systems.