Skip to content
/ mwget Public
forked from xinghaixu/mwget

多线程的下载,速度是wget的10倍,解决在shell下运行没有问题,但是在crontab后台运行会报Segmentation fault的错误

License

Notifications You must be signed in to change notification settings

xbw1220/mwget

 
 

Repository files navigation

MWget is a "MultiLine" wget for all POSTX System!
多线程的下载,速度是wget的10倍
解决在shell下运行没有问题,但是在crontab后台运行会报Segmentation fault的错误

安装步骤:
./configure
make
make install

Ubuntu环境下编译安装,configure通过,但make的时候报错(如ftpplugin.cpp),在./src文件夹中,可以向所有报错的cpp文件前面添加三行信息:
#include <string.h>
#include <string>
using std::string;
修改所有报错的cpp文件,再次make后,即可安装。

About

多线程的下载,速度是wget的10倍,解决在shell下运行没有问题,但是在crontab后台运行会报Segmentation fault的错误

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 68.8%
  • C++ 17.9%
  • Makefile 11.3%
  • C 1.8%
  • M4 0.2%