Go to file
Mario Fetka 2c74bbef1c Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
CVS Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
docs Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
intl Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
libprozilla Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
man Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
po Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
src Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
ABOUT-NLS Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
AUTHORS Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
COPYING Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
CREDITS Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
CREDITS-old-proz Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
ChangeLog Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
INSTALL Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
Makefile.am Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
Makefile.in Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
NEWS Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
README Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
TODO Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
acconfig.h Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
acinclude.m4 Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
aclocal.m4 Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
config.guess Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
config.h.in Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
config.sub Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
configure Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
configure.in Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
depcomp Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
install-sh Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
ltdl.m4 Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
ltmain.sh Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
missing Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
mkinstalldirs Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
prozgui-static-rpm.spec Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
prozgui.spec Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
stamp-h Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00
stamp-h.in Initial commit of ProzGUI 2.0.5beta 2010-08-31 16:20:51 +02:00

README

		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
--------------
Please type,
./configure
from the ProZilla directory to configure the package.

Typing ./configure --help, will show you the various options that you can
use to change the configuration process.

Please note that you have to have the pthread library and the FLTK (Fast 
Light Toolkit) library installed to compile this. 

You can obtain the FLTK toolkit from <http://www.fltk.org>, RPMS can be 
obntained from rpmfind.net.

NOTE:: 
--------
Please use the FLTK release 1.0.x libraries, the latest is FLTK
1.0.11, as the newer beta 1.1.x have a incompatibility in the API which
will not let prozgui compile, so if you want to still use the FLTK 1.1.x
series then please follow the intructions in file Fl_Progress.cxx in the
src subdirectory in lines 77, and 80.

2. Building
----------- 
Once the configuration process is finished, please type 
make 
to start the compilation of the package.

3. Installing
-------------
If the make process was successful, then you can install it by typing
make install
which will install the binaries in the /usr/local/bin directory by default.
If you wish another directory, you can change this with the --prefix option
supplied to configure.

If you wish that the binaries be stripped too (reduces the size), please
type
make install-strip


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>