cykyy / FileExD

Download content recursively from index/directory listing sites. Currently supports H5ai and Nginx Fancyindex based sites.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileExD

MIT License

A simple Java recursive file downloader from directory/index listing sites! FileExD will create folders/files based on the target site structure and download files from the target site to your specified local location. You won't find any difference in folder structure and file name after it completes the job. Currently, supports H5ai and Nginx Fancyindex based sites. The tool can be upgraded to support more platforms.

Usage

Download the latest FileExD jar version from releases section. cd to the downloaded folder and type 'java -jar FileExD-v1_1.jar' on cli (don't forget to change version according to downloaded).

Build

The project used Maven and Java 11. Clone the project and build to get started.

Supported Platform

  • H5ai
  • Nginx Fancyindex

Test

You can test the tool on this h5ai demo site, https://larsjung.de/h5ai/demo/special%20chars/witaj%20%C5%9Bwiecie/

Updates

  • Added history feature
Any contribution is welcome! Thanks.

License

MIT License

Copyright (c) 2020 Rayhan Mia

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Download content recursively from index/directory listing sites. Currently supports H5ai and Nginx Fancyindex based sites.

License:MIT License


Languages

Language:Java 100.0%