I'm surprised noone else has mentioned it. Use wget (check the man page) to save the directory list to a file, edit the file to the list of files you wish to download. Execute wget -i <filelist> &. Wget retrieves files in <filelist> in the background.