{% extends "base.html" %} {% block title %}Daily File Download Quotas{% endblock %} {% block content %}
Caps how much a user can download per day (web + terminal + FTP), based on their access level. A user gets whichever tier below has the HIGHEST access level they still qualify for — e.g. tiers at level 50 and 100 give a level-75 user the level-50 quota, not the level-100 one. A level with no tier configured at or below it is unlimited. Admins always bypass. Resets at Eastern midnight. Echomail/netmail, door games, and the admin panel are never affected — file-area, file-gallery, and FTP downloads only. Anonymous FTP logins and QWK-node FTP sessions are never quota'd (no local account to attribute usage to, or out of scope).
| Min access level | Daily quota | |
|---|---|---|
| {{ t.min_access_level }} | {{ '%.0f'|format(t.daily_quota_bytes / 1024 / 1024) }} MB | |
| No quota tiers configured — downloads are unlimited for everyone. | ||