SourceForge.net Logo

Overview
  Introduction
  Project's Goal
  Related Projects
Design/Impl
  Basic Ideas
  Tasks
Documentation
  Quick Start
  Screen Shots
  FAQs
 
 
 
What is QuickGet?

QuickGet is an open source project which aims to create a multi-threaded download manager. As you know, currently there are varies download managers for Windows platform (such as Flashget, Netants and etc).But for Unix-like systems(Solaris, Linux and etc), there are no production-level GUI download manager for the users. The only available tool which can be used is wget. But wget is command-line based and lack of some advanced features (such as multi-threaded download, download by multi-proxies simulataneously...).

Quickget project's aim is to fill up this gap. It will be built based on the Java technologies, so it will provide the same functionalities on Windows platform as on other platforms (Unix-like system and Mac computers). And by open source this project, everybody can improve his ideas and commit to this project.

What is the scope of Quickget?

Quickget project's main goal is to create a multi-threaded downloader on Java platform. As I planed for this project, we should support the following functionalies in this project.

1. Multi-threaded download the objects on remote computers.

2. Support using Http, Socks4, Socks5 proxies.

3. Support for Http, Ftp protocol. And Mms and some stream protocol will be supported in the future.

4. Support for P2P functionalites. Downloader can retrieve the desired part from peers. (Implement after the first 3 objects).

As you know, there are lots of sub-requirements in each requirement. And we will try to list the detailed requirements and implements them step by step.

What is the status of Quickget?
Now, we just implement a prototype to show the ideas behind this project. And you can access the source code for this prototype at https://sourceforge.net/cvs/?group_id=139656. We will add more functions and exception handlers to make it be much useful and stable.
Quickget License
Quickget is licensed under the GPL.
Contact Information

Contact me at yangsun At Sun dot COM or the whole dev team at quickget-develop@lists.sourceforge.net.