leondgarse / mwget

Multi-thread wget. Source: https://sourceforge.net/projects/kmphpfm/. Anthor info: xiaosuo <xiaosuo@gmail.com> <xiaosuo@mail.nankai.edu.cn>

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mwget

  • Source: https://sourceforge.net/projects/kmphpfm/.
  • Anthor info: xiaosuo <xiaosuo@gmail.com> <xiaosuo@mail.nankai.edu.cn>
  • Multi-thread wget. MWget is a "MultiLine" wget for all POSTX System!
  • Install
    sudo apt install pkg-config libssl-dev intltool
    chmod a+x configure
    ./configure && make && make install
    For issue configure: error: cannot guess build type; you must specify one, folow How to resolve configure guessing build type failure?
    cp /usr/share/automake.{version}/config.guess ./
  • Usage
    # -n specific num downloading threads
    mwget -n 20 http://xxxx
  • Clean source
    rm src/*.o src/.deps/ Makefile po/Makefile po/Makefile.in src/Makefile src/mwget libtool config.log config.status  -rf

About

Multi-thread wget. Source: https://sourceforge.net/projects/kmphpfm/. Anthor info: xiaosuo <xiaosuo@gmail.com> <xiaosuo@mail.nankai.edu.cn>

License:Other


Languages

Language:Shell 57.6%Language:C++ 29.6%Language:Makefile 9.3%Language:C 3.1%Language:M4 0.4%