U can always use "prozilla" to download the stuff!
1. Install prozilla, "yum -y install prozilla proz" (coz I dont know what exactly was the package name, but its either prozilla or proz) or u can download and install from the site!
2. After installing u can download all the stuff to a default directory say "/home/mediator/downloads". For this u can use my shell script!
if [ -z $1 ]
then
echo "Enter Url !!"
else
cd /home/mediator/downloads
proz $1
fi
Save this script as "resume" or wateva u like.
3. MOve the script file to "bin" folder in ur home directory or some other path!
4. Open terminal in bin (/home/mediator/bin) directory and do "chmod +x resume"
5. Ur done!
Now type "resume *link/file.rpm" in ur terminal and ur file will download in the default "downloads" folder through that shell script! Do necessary changes to shell script in the bolded part!
So its easy, its cool, its fast and less resource consuming!