We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efff210 commit a7323e9Copy full SHA for a7323e9
src/main/java/com/github/robtimus/filesystems/ftp/OpenOptions.java
@@ -81,7 +81,6 @@ static OpenOptions forNewInputStream(Collection<? extends OpenOption> options) {
81
} else if (option instanceof FileTransferMode) {
82
fileTransferMode = setOnce((FileTransferMode) option, fileTransferMode, options);
83
} else if (option != StandardOpenOption.READ && !isIgnoredOpenOption(option)) {
84
- // TRUNCATE_EXISTING is ignored in combination with READ
85
throw Messages.fileSystemProvider().unsupportedOpenOption(option);
86
}
87
0 commit comments