开发者

Smart URL Synchronization/Download Engine available open source?

开发者 https://www.devze.com 2023-03-26 11:09 出处:网络
I am wondering if anybody is aware of an open-source URL Synchronization/Download engine or if I will end up writing my own one.

I am wondering if anybody is aware of an open-source URL Synchronization/Download engine or if I will end up writing my own one.

Expected functionality: 开发者_开发技巧- Provide a plain list of HTTP Urls to be synchronized on a local disk store - Engine takes care of synchronizing URL content as effectively (HEAD request to check for changes) and efficiently (all download performed using Gzip compression) - Preferably it would be smart enough to optimize its beahvior by recognizing URLs that change frequently

Is someone aware of an alike-implementation of such engine? Preferably in Perl?


Have you looked at the lwp-mirror program that comes with LWP? That might be a good place to start. Alternatively, wget has more features.

0

精彩评论

暂无评论...
验证码 换一张
取 消