janwytze / stackftp

Stack webdav to ftp server
0 stars 2 forks source link

Disable isRandomAccessible() on Filesystem view #29

Closed janwytze closed 7 years ago

janwytze commented 7 years ago

Disabled random access because it is barely supported by any client.
I did some research and it might work by using the .skip(i) method on a stream. But it isn't easy to test because clients don't support it.

janyksteenbeek commented 7 years ago

Disabling it should be fine then.