cat file.txt | xargs -n1 curl -O

About This Quote

Use this command to download a list of files stored on a remote server. Just create a text file change the path to it and run. Boom.