JDownloads 4.0.26, Joomla 4.2.8, PHP 8.0.28, standard backend and frontend template, new Joomla installation
I ran into a very curious problem. I have a site with flight simulator add-ons (fsaddons.fi), and it is working very well for uploads and downloads. Yesterday the newest and biggest add-on (EFFO) was uploaded to the site (using FTP as some server restriction caused a 413 error when trying upload in JDownloads). The file is about 900MB in size. Everything fine so far, the file shows normally among the downloads. The file size is correct. But when downloading the file it is always cut at 512MB and broken when you try to unzip it! This is not a restriction from the server side, as it downloads nicely from an html file with a directlink to the file (tried this in a separate directory and this is now used as a workaround). All upload size definitions - in JDownloads configuration, in .htaccess and php.ini, (checked in CPanel and manually in the files) are set to 1024MB.
Is there a download size restriction in JDownloads, or could there be something like that in Joomla?