rclone-js icon indicating copy to clipboard operation
rclone-js copied to clipboard

Is it possible to support ranged-requests?

Open Bommel24 opened this issue 4 years ago • 1 comments

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 :)

Bommel24 avatar Apr 22 '20 05:04 Bommel24

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.

FWeinb avatar May 06 '20 15:05 FWeinb