When I downloaded the BraTS2021 data set, I found that the download speed was too slow, and it took about a week to display, but I was sure that my internet speed was not slow. Is there any download tool provided by the official? thank you very much

Created by peixu wang ICMLBest
Hi @ICMLBest, We have a couple [tools](https://help.synapse.org/docs/API-Documentation.1985184035.html) you can use for downloading files. We have a [command line tool](https://python-docs.synapse.org/build/html/CommandLineClient.html) that will probably be the most straightforward to use in this case. You would first login using the tool, then use the `get` command to download the files. ``` # This will prompt you for your username and password synapse login # This will download the brats training data to the local folder. synapse get syn25966593 ``` Thank you and let me know if you have anymore questions, @trberg

Data set download is too slow via Google page is loading…