97 lines
3.1 KiB
Plaintext
97 lines
3.1 KiB
Plaintext
ProZilla the Download Accelerator for Linux
|
|
GUI 2.04 Release
|
|
============================================
|
|
|
|
Welcome, gentle reader.
|
|
|
|
ProZilla is a download accelerator for Linux which gives you a 200% to
|
|
300% improvement (or possibly more depending on your connection) in your
|
|
file downloading speeds.
|
|
|
|
Features:
|
|
Supports FTP
|
|
Supports HTTP including redirection.
|
|
Proxy servers supported.
|
|
Resume Supported.
|
|
Improved error checking and correction.
|
|
Complete acceleration: The file will be downloaded as fast as possible as
|
|
your bandwidth allows.
|
|
FTP passwords can be specified with the URL, or can be obtained
|
|
automatically from the .netrc if it exists.
|
|
The number of connections that prozilla uses can be changed.
|
|
|
|
***NEW**
|
|
Now the downloads are ALL to a SINGLE file. There is no downloading to
|
|
individual files as was done previously.
|
|
Multiple server based downlaoding is supported based on ftpsearch and
|
|
ping results obtaines for a URL prozilla will attempt to make multiple
|
|
connections to different servers and try to speed up the download even
|
|
more.
|
|
|
|
|
|
1. Configuring
|
|
--------------
|
|
Install libprozilla 1.1 and FLTK, or expose custom prefixes through
|
|
CMAKE_PREFIX_PATH, then configure an out-of-source build:
|
|
|
|
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
|
|
|
|
2. Building
|
|
-----------
|
|
cmake --build build
|
|
|
|
3. Installing
|
|
-------------
|
|
cmake --install build
|
|
|
|
Packages can be generated with:
|
|
|
|
cpack --config build/CPackConfig.cmake
|
|
|
|
|
|
4. Running
|
|
----------
|
|
Running:
|
|
The syntax will be,
|
|
prozgui <URL>
|
|
where URL is the file you wish to download.
|
|
|
|
For example,
|
|
prozgui ftp://gnu.org/pub/README
|
|
will connect to to the server gnu.org and start the download of the file
|
|
README from the pub directory.
|
|
|
|
If you want ProZilla to use a different username or password for ftp sessions,
|
|
than the default anonymous login, you can specify it in the command line, or
|
|
if you have a .netrc file, it will automatically select the appropriate
|
|
username password combination for the particular host, otherwise it will use
|
|
the default anonymous login.
|
|
|
|
|
|
A small note
|
|
------------
|
|
ProZilla was written by Kalum Somaratana (aka Grendel) <kalum@genesys.ro>
|
|
For the complete list of the people who were kind enough to contribute to
|
|
ProZilla please read the CREDITS file and the AUTHORS file.
|
|
|
|
It was written to fulfill the need of a good quality download accelerator
|
|
for Linux, which would allow users (especially the people with slow dialup
|
|
connections) to download files as fast as possible as their connection
|
|
would allow.
|
|
|
|
For Windoze users there already existed a good download accelerator but
|
|
for Linux users unfortunately there wasn't much of a choice, and we hope
|
|
that ProZilla will improve that situation considerably.
|
|
|
|
Although we have taken great pains to test this application extensively,
|
|
there probably may be a few bugs :(, since this is the first major
|
|
release. However if you come across them we kindly request you to inform
|
|
us <prozilla@delrom.ro> and we will make sure that they will be
|
|
removed from the next release.
|
|
|
|
We sincerely hope that you will like the download accelerator..
|
|
Enjoy!
|
|
|
|
Kalum Somaratana (Grendel) <kalum@genesys.ro>
|
|
|