puf - Parallel URL fetcher for Linux
Sunday, January 15, 2012 5:22:36 PM
puf, is a command-line download manager. It is fast and has wide options to mirror or download url. I prefer Puf to mirroring Docs or API Index. It can parse css, images, javascripts in html page and can update url to relative path so you can browse entire web pages offline.
İnstalling;
Usage;
Example;
-r : Download subdir. php.net/manual/en, site.com/manual/en/function/str_replace... etc. won't download php.net/manual/tr/ or other linked dir
-xg : Allow ? sign in url when downloading .../manual/en/function?str_replace page will be downloaded, otherwise only ../manual/en/function page will be downloaded.
-F : Scan css, image, js links/files in downloaded page and download them too.
You can get more options via "man puf" or "puf -h"
Site: http://puf.sourceforge.net/
İnstalling;
aptitude install puf #debian
Usage;
puf -options www.site.com
Example;
puf -r -xg -F www.php.net/manual/en/
-r : Download subdir. php.net/manual/en, site.com/manual/en/function/str_replace... etc. won't download php.net/manual/tr/ or other linked dir
-xg : Allow ? sign in url when downloading .../manual/en/function?str_replace page will be downloaded, otherwise only ../manual/en/function page will be downloaded.
-F : Scan css, image, js links/files in downloaded page and download them too.
You can get more options via "man puf" or "puf -h"
Site: http://puf.sourceforge.net/






