![]() |
wget2
1.0.0
|
The wget2 utility is a recursive, multi-threaded HTTP(S) downloader. It is built around libwget.
Wget2 is partially compatible with GNU Wget but offers new features and options while some of the fancier options have been dropped resp. have not been ported yet.
Libwget offers an API for easy building of network applications.
The following packages are needed to build the Wget2 project:
The versions are recommended, but older versions may also work.
Download project and prepare sources with
git clone git://git.savannah.gnu.org/wget/wget2.git # or from Gitlab: git clone git@gitlab.com:rockdaboot/wget2.git # or from Github: git clone git@github.com:rockdaboot/wget2.git cd wget2 ./bootstrap
Build with
./configure make
Test the functionality
make check
Install wget2 and libwget
sudo make install (or su -c "make install")
Wget2 is licensed under GPLv3+.
Libwget is licensed under LGPLv3+.