FLTK logo

ProzGUI 2.0.5beta

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 Back To Listings  ]
 
Category:Wiki/Software/NetworkRating:
Name:ProzGUIPopularity:10%
Version:2.0.5betaLicense:GPL
Author:Kalum SomaratnaEMail:kalum
Created:Aug 24, 2005
Updated:Aug 24, 2005
Home Page:http://prozilla.genesys.ro/?p=prozgui (2745 visits)
Download:http://prozilla.genesys.ro/?p=download (2456 visits)
Description:

ProzGUI is an excellent download manager with some special abilities not found in other open-source counterparts. For instance it features the much requested downloading the same file from multiple servers simultaneously based on FTPSearch results. ProzGUI has proxy support for proxy users, and better redirection facilities and bandwith limiting support, downloading from multiple servers simultaneously based on ping times returned from ftpsearching.com for the file It supports adding url's, resuming, preferences, and a couple of other basic features. It should speed up the downloads depending on the number of connections you make and the type of connection you have by as much as 200-300% generally.


Articles

Submit Article | View All ]
ID Title Last Modified Comment(s)  
  490ProzGUI 2.0.5betaAug 24, 20050  
 

ProzGUI is an excellent download manager with some special abilities not found in other open-source counterparts. For instance, it features the much requested downloading the same file from multiple servers simultaneously based on FTPSearch results.

 
     

Comments

Submit Comment ]

From lm, 09:09 May 12, 2014 (score=4)

Original web site no longer seems available.  Source code is available at (as well as some other sites): http://sourceforge.net/projects/prozgui/ Later versions are GPLv3 instead of GPLv2. 

I patched together a port based on a GPLv2 version that works on Windows and Linux.
Reply ]

From lm, 08:42 Apr 22, 2008 (score=3)

Am running DeLi Linux with FLTK version 1.1.8.  Had to make some changes to get prozgui to compile.  (Prozilla compiled with no issues.)  These changes may be due to version of FLTK or may be due to my Linux distribution and its libraries.

Had to make the following changes to prozgui-2.0.2.  Go to the src directory.  In file Fl_Progress.cxx line 76 change inactive to fl_inactive.  In options.cpp, lines 112, 113 and 177, change the following lines from:

filename_expand(abs_out_dir, in_outputdir->value());
filename_absolute(abs_out_dir, abs_out_dir);
if (filename_isdir(abs_out_dir) == 0)
to:
fl_filename_expand(abs_out_dir, in_outputdir->value());
fl_filename_absolute(abs_out_dir, abs_out_dir);
if (fl_filename_isdir(abs_out_dir) == 0)
In we.cxx, on line 4212 I had to remove \363.  My compiler was unable to handle the special character (probably not a fltk issue).  Go to the src subdirectory and edit the Makefile.  At line 111, add -lintl so it can find libintl.
LIBS=-lXpm -lXext -lX11 -lm -lintl $(THREAD_LIBS)
Now it should compile and build. You need to do a make install before trying to run it or it will be unable to find its own libprozilla library.
Reply ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.