This repository allows you to easily download files from the files/ directory.
-
Clone this repository or download it as a ZIP file.
git clone https://github.com/your-username/your-repo.git
-
Navigate to the repository folder:
cd your-repo -
If you want a single ZIP file containing all files, run the provided Python script:
python generate_zip.py
-
After running the script, a file named
downloadable_files.zipwill be created in the repository folder. You can share or extract this ZIP file directly!
FileHelpect/
├── files/
│ ├── FileDownloadApp.java
│ ├── malicious_file_detector.c
├── generate_zip.py
├── NOTICE.txt
└── README.md
- Python 3.x
Make sure Python is installed on your system. You can download it here.