Auto downloader

Dear All,
I would like to build an application which can automatically download .pdf documents from a given site. So how do I go about building this sort of application any clue where do I start from? Thank you.

Look into a library called HttpClient.

But there might be some other tools out there that are already pre-built, but I don’t personally know of any.

There are some plugins for firefox that automatically download pages, you might look there first.

For that you need a basic knowledge of Libraries such as httpclient, httpserver lib.
here you can make some modification and then you can do.

cough

Dear Hook,
Is there any tool which can crawl the website and download the files too? Thank you.