Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 962 Bytes

File metadata and controls

38 lines (29 loc) · 962 Bytes

FileHelpect

This repository allows you to easily download files from the files/ directory.

How to Download

  1. Clone this repository or download it as a ZIP file.

    git clone https://github.com/your-username/your-repo.git
  2. Navigate to the repository folder:

    cd your-repo
  3. If you want a single ZIP file containing all files, run the provided Python script:

    python generate_zip.py
  4. After running the script, a file named downloadable_files.zip will be created in the repository folder. You can share or extract this ZIP file directly!

Directory Structure

FileHelpect/
├── files/
│   ├── FileDownloadApp.java
│   ├── malicious_file_detector.c
├── generate_zip.py
├── NOTICE.txt
└── README.md

Dependencies

  • Python 3.x

Make sure Python is installed on your system. You can download it here.