Nakiami / mellivora

Mellivora is a CTF engine written in PHP
GNU General Public License v3.0
441 stars 171 forks source link

hangs while downloading large files #91

Open zoomequipd opened 7 years ago

zoomequipd commented 7 years ago

when large files (500MB+) are used for challenges (such as memory dumps, disk images, etc), when users download the large files, the framework hangs. I have no doubt that this is a php limitation, but i'm unsure of the best way to handle. My initial thought was to just provide a direct link and let the webserver handle it?

Nakiami commented 7 years ago

Have you tried the S3 support?