ExternalStorageDownload
ExternalStorageDownload[location] downloads content from the specified location.
ExternalStorageDownload[location,dest] downloads content from the specified location to a local destination file or directory dest.
ExternalStorageDownload[location->dest] downloads content from the specified locations to a local destination file or directory dest.
ExternalStorageDownload[{location1,location2,…},dest] downloads content from the specified locations to local destination dest.
ExternalStorageDownload[{location1,location2,…}->dest] downloads content from the specified locations to local destination dest.
ExternalStorageDownload[{location1->dest1,location2->dest2,…}] downloads content from the specified locations to local destinations.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.