-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't download files larger than 2Gb #27395
Comments
You most likely need to switch to a 64bit platform as PHP on 32bit systems like the PI2 is not able to handle files larger then 2GB. This is a limit on your side which can't be circumvented by ownCloud. The errors are most likely something which still needs to be gracefully handled by oC. |
You will need a server side 64bit OS/Platform, indeed. If you switch on a limit of 1.9GB in your ownCloud you will get a graceful error. |
@hodyroff Seems there is now sabre-http which ships with a workaround for 32bit systems to circuvment this issue: sabre-io/http#74, https://github.com/fruux/sabre-http/blob/master/CHANGELOG.md#423-2017-06-12 Another refs: #23788, sabre-io/http#77 |
Created #28133 and requested to update sabre-http to 4.2.3 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Actual behaviour
Owncloud client can't download files larger than 2Gb with error ": The downloaded file is empty despite the server announced it should have been Gb "
I also can't download file via GUI with the same error. It looks like core issue, not a bug in the client.
Steps to reproduce
Server configuration
Operating system:
Linux raspberry 4.1.19-v7+ #858 SMP Tue Mar 15 15:56:00 GMT 2016 armv7l armv7l armv7l GNU/Linux
Web server:
Apache/2.4.18 (Ubuntu)
Database:
"dbtype": "sqlite3",
"version": "9.1.4.2",
PHP version:
php 7
ownCloud version:
ownCloud version": "9.1.4.2
Storage backend (external storage):
local disk
Client configuration
Client version:
ownCloud version 2.3.0
Operating system:
Linux PC 4.8.0-41-generic #44-Ubuntu SMP Fri Mar 3 15:27:17 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
(Ubuntu 16.10)
OS language:
En
Qt version used by client package (Linux only, see also Settings dialog):
Using Qt 4.8.7
Client package (From ownCloud or distro) (Linux only):
2.3.0 rev 832599
Installation path of client:
/usr/bin/owncloud
Logs
The text was updated successfully, but these errors were encountered: