This repository was archived by the owner on Oct 26, 2023. It is now read-only.
How to download files in colab like a download manager #61
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone please tell me how to download files in colab like a download manager. I know the standard transfer methods of wget and curl but they don't download the file in parts. I want to download a file in parts like download managers do. I want to download a big file very fast but I cannot (using wget or curl)because the file's server has bandwidth limit of 1MBps. If i am able to download it like a download manager, the file will be downloaded in multiple parts such that the bandwidth limit will be bypassed and I will be able to download the file very fast. Is there any way to download like this?
Beta Was this translation helpful? Give feedback.
All reactions