Is there any way to limit the maximum file size of files that users are allowed to upload to a samba (linux) share? I could not find anything in the documentation, but it seems like the kind of thing that should exist.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
No, such a thing does not exist. You can however set file-size limits with web servers (definitely NGINX, likely Apache, probably others) so using those to manage an upload/download site - or possibly WebDAV - could help you manage that restriction. |
||||
|