Monday, February 25, 2013

Linux: Downloading


Hi Readers,

Before I begin with anything, for your ease and proper navigation, I would let you all know that you can identify any topic on Linux by following the below syntax-
Linux: <topic_name>

Well the topic today we will discuss is on how to perform Download operation in Linux operating system. There are two kinds of downloading we perform-
  • Download using torrents
  • Direct downloading (means we download anything from a link available on website and not like we download a file and then again download using that file)
Download using Torrents

Like Windows has many torrent download applications in similar way Linux has application called as “Transmission”. You can try it for your Linux version whether its available or not. It works like uTorrent and supports mostly all features available in uTorrent.

Direct Downloading

This is a hard part since Linux lacks in download managers and mostly all available download managers for Linux are bunch of craps. If you are a windows user then you would know about IDM, FDM, and other download managers. Well Linux has nothing like this here and most download managers in Linux just claim resume support but none can do that as far as I have checked them. But there are few techniques to follow and get this resuming of task completed in Linux. You can try using command prompt in Linux and you can try a command called as “wget” in Linux.

Wget supports tons of features but the best one is how to use it for resuming a download. You only need to know one command always and that is “wget -c <download_link>”. Copy a download_link and paste it in the command line in the above format and press enter. If you have stopped the download and want to resume the download then run the same command again and you will see it resumes. Well there are also other functions of wget in accordance to internet and if you wish to learn it all then open your Linux command prompt and type “man wget” to know more.

There is one other type of downloading that you might be doing mostly and that is capturing online videos and songs. To get this thing done in Linux use “Mozilla Firefox” as your web browser and download a addon named as “Flashgot”. It is helpful in capturing online videos and songs. Once you have downloaded it, you would see it blinking on the status bar of your browser as soon as you open a webpage with videos, just click on the blinking icon and start the download you want and even you can chose the download manager for the download using flashgot. (Note:- This same task works for Mozilla Firefox on Windows Operating System).

Well I hope this downloading tutorial will help you all. You can send in your comments and suggestions or may be any question regarding this topic.

Thanks
Nakul

No comments:

Post a Comment