Overcoming Bandwidth Limits with parallel/simultaneous Reads

Hello all,

so I am using SharePoint as a backend and noticed that here is a bandwidth limit when reading/downloading. I was wondering whether I could overcome this by opening two mounts and then having two streams of the same file, ultimately increasing the overall bandwidth. I've noticed I can download two separate files both with the same speed.

Is there way of doing this with rclone? I know, technically speaking, MinIO could do this but I have a large library and importing them into MinIO is not feasible (they discontinued the FS read function which makes mounting the remote into MinIO not possible anymore).

Thanks,
Daniel

Rclone with --vfs-cache-mode full will open as many streams as the application requests.

However I suspect you are interested in this issue

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.