I need to build some sort of "downloader".
Basically what I need is an application that
- is called when the user clicks on a download link in the browser (or in the email client);
- the app opens up
- the app saves the file inside a directory defined by the app itself.
Please could somebody point me in the right direction?
Please note: the suggested answer does not cover the point:
- is called when the user clicks on a download link in the browser (or in the email client);
therefore it should be able to "listen" somehow to the download request "event" from the browser or the email client and start itself
Application like "Download Manager" or "Easy Downloader Pro" have such capability...