Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.21 KB

BUILDING.md

File metadata and controls

56 lines (35 loc) · 1.21 KB

mediafire_rs

This is a command-line tool written in Rust that allows you to download files or folders from Mediafire URLs.

Features

  • Download files or folders from Mediafire URLs.
  • Specify the output directory for downloaded files.
  • Supports downloading both individual files and entire folders.

Prerequisites

Before using this tool, ensure you have the following installed:

Installation

  1. Clone this repository:
git clone https://github.com/NicKoehler/mediafire_rs.git
  1. Navigate to the project directory:
cd mediafire_rs
  1. Compile the Rust code:
cargo build --release

Usage

Once compiled, you can use the executable binary from the command line as follows:

cd target/release
./mdrs "https://www.mediafire.com/file/examplefile12345/file.zip/file"

You can also specify the output directory using the -o or --output flag:

./mdrs "https://www.mediafire.com/file/examplefile12345/file.zip/file" -o "./examples"

If the output directory is not specified, the files will be downloaded to the current directory.

License

This project is licensed under the MIT License - see the LICENSE file for details.