rclone-js
rclone-js copied to clipboard
Is it possible to support ranged-requests?
All rclone remotes support RangedRequests (through a http Range header). would it be possible to give the rclone.File.createReadStream a start and end value so I get only a "part" of a file? Would be very nice! Thank you :)
Something similar to what you are requesting can be implemented by the user like this: https://codesandbox.io/s/w0l01oopl5
See the fetchStreamFactory function there.