I use a function to download files sequentially using filenames and urls stored in a txt file (space delimited).
while read FILENAME URL; do wget -c -O &q