I have in one file md5 hashes of 100 files- called MD5.txt- which are downloaded from the source and in other file the URL addresses of those files to be downloaded- called myFiles.txt. I would like to use aria2c command so that it recursively reads through lines of myFiles.txt, downloads each file, and checks the integrity of that file using the corresponding hash information within MD5.txt.
I know that you can use the checksum option and download command for a single file but don't know how to manage this for a list of files.