Choose a folder on the left hand side to see your files.
{% if tree_type == 'public' %}Everything under the "Public" folder is visible to anyone on the web.
{% if is_superuser %}These files should be configured to be served directly by the web server.
{% endif %} {% else %}Files and folders under the "Private" folder are only visible to people to which you have granted permission.
{% if is_superuser %}These files either need to be served by the application server or using the X-Sendfile method.
{% endif %} {% endif %}