[Ubuntu-BD] download manager

Angel fedora at linux.org.bd
Sat Nov 22 19:28:39 GMT 2008


To download a file just type

wget http://your-url-to/file

 Use -c option to start resumable downloads

wget -c http://your-link-to/file

You can also mask the program as web browser using -U.
This helps when the sites doesn't allow download managers.

wget -c -U Mozilla http://your-link-to/file

 <http://linuxtuts.blogspot.com/2008/03/tutorials-on-wget.html#top>
You can download an entire website using -r option.

wget -r http://your-site.com

But be careful. It downloads the entire website for you. Since this tool can
put a large load on servers it obeys robot.txt you can mirror a site on you
local drive using -m option.

wget -m http://your-site.com

You can select the levels up to which you can dig into the site and
downloads using -l option.

wget -r -l3 http://your-site.com

This will download only up to 3 levels. Suppose you want download only sub
folders in a website url use --no-parent option. With this option wget
downloads only the sub folders and ignores,the parent folders

wget -r --no-parent http://your-site.com/subfldr/subfolder

You can download all files of a particular format , for example, all pdfs
listed on a webpage,

wget -r -l1 -A.pdf --no-parent http://url-to-webpage-with-pdfs/

Same way we can download mp3s.

Well there has a fun part, to use WGET, you can easily fool the webmaster.
Search Google.
:P


Angel
GPG key: 0xC4639705
Bangladesh Linux Users Alliance
Fedora Ambassador Bangladesh
Fedora -- Freedom² and rapid innovation


On Sun, Nov 23, 2008 at 1:14 AM, shiplu <shiplu.net at gmail.com> wrote:

> 2008/11/22 নাসির খান <nasir8891 at gmail.com>
>
> > wget ব্যবহার করে কিভাবে ডাউনলোড করে?
> > কোন বিশেষ ফোল্ডারে ডাউনলোড করতে চাইলে কিভাবে করবো?
> > কিছু সিলেক্ট না করে দিলে কোখায় সেভ হবে?
> > ডাউনলোড স্পীড বাড়ানো যায় কিভাবে?
> > পজ করে কিভাবে?
> > পগ করা স্থান থেকে আবার শুরু জরে কিভাবে?
> >
> > এছাড়া GUI ডাউনলোড ম্যানেজার কেনটি ভালো?
> >
>
> See this link (http://forum.projanmo.com/t8292.html) from Projanmo forum.
>
>
>
> >
> > --
> > [saikat]
> > www.nasirkhan.co.cc
> > আমার ব্লগ: http://nasir8891.wordpress.com
> > --
> > ubuntu-bd mailing list
> > ubuntu-bd at lists.ubuntu.com
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
> >
>
>
>
> --
> A K M Mokaddim
> http://talk.cmyweb.net
> http://twitter.com/shiplu
> Stop Top Posting !!
> --
> ubuntu-bd mailing list
> ubuntu-bd at lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-bd
>


More information about the ubuntu-bd mailing list