Since Anduril is designed to re-execute the incomplete and failing processes, it may be tedious to download large filesets, since network errors etc may force you to restart the whole download.
Here is an unorthodox script to download a set of files, where the URLs are stored in a CSV. This way parallel downloads are enabled.
The script will download files in to an upstream location, which is normally a forbidden component behaviour. However, using this method, the download folder itself will never be deleted, even if the component instance crashes. Using the wget command, we can resume downloads later.
Here, we have an empty folder "files", where the downloads are stored.
The last component, "Folder2Array", may be any component that uses the downloaded folder of files. Just keep the @bind annotation there.