KS2.Drive icon indicating copy to clipboard operation
KS2.Drive copied to clipboard

Various improvements, mostly having to do with large files.

Open dworkin opened this issue 7 years ago • 1 comments

  • Upgrade integrated WebDAV client from Itay Sagui to 1.1.4, to get partial up/download functionality.
  • Include explicit GPLv3 license file.
  • Fix some minor path-handling bugs.
  • Use chunked mode to upload files.
  • Disable 4G limit check to allow up/download of large files.
  • Use streaming upload when FlushMode == FlushAtWrite.
  • Use byte ranges for read requests (don't download and cache the entire file).

dworkin avatar Mar 26 '19 12:03 dworkin

Thanks for the huge contribution. I'll have a look at it ASAP

FrKaram avatar Apr 01 '19 20:04 FrKaram