fsspec File Browser
{% csrf_token %}
URI:
Extensions (comma-separated):
Recursively search subdirectories
List Files
{% if error %}
{{ error }}
{% endif %} {% if files %}
Matched Files ({{ files|length }})
{% for file in files %}
{{ file }}
{% endfor %}
{% elif files is not none %}
No files found with specified extension(s).
{% endif %} {% if is_truncated %}
Showing first {{ files|length }} files (limit reached).
{% endif %}