https://github.com/dataflake/products.localfs
Access filesystem files from Zope
https://github.com/dataflake/products.localfs
Last synced: about 1 year ago
JSON representation
Access filesystem files from Zope
- Host: GitHub
- URL: https://github.com/dataflake/products.localfs
- Owner: dataflake
- License: other
- Created: 2022-09-22T10:35:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-03T15:38:15.000Z (over 2 years ago)
- Last Synced: 2025-03-07T03:16:22.610Z (over 1 year ago)
- Language: Python
- Size: 193 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
.. image:: https://github.com/dataflake/Products.LocalFS/actions/workflows/tests.yml/badge.svg
:target: https://github.com/dataflake/Products.LocalFS/actions/workflows/tests.yml
.. image:: https://coveralls.io/repos/github/dataflake/Products.LocalFS/badge.svg
:target: https://coveralls.io/github/dataflake/Products.LocalFS
.. image:: https://readthedocs.org/projects/productslocalfs/badge/?version=latest
:target: https://productslocalfs.readthedocs.io
:alt: Documentation Status
.. image:: https://img.shields.io/pypi/v/Products.LocalFS.svg
:target: https://pypi.python.org/pypi/Products.LocalFS
:alt: Current version on PyPI
.. image:: https://img.shields.io/pypi/pyversions/Products.LocalFS.svg
:target: https://pypi.org/project/Products.LocalFS
:alt: Supported Python versions
==================
Products.LocalFS
==================
This product allows you to serve files and browse directories from the
local file system (or network shares on Windows platforms). It also
allows you to upload files to the file system through a browser or WebDAV.
**WARNING**: Allowing any type of write access to a folder on disk straight
from a web application represents a security risk. Please secure your
application before using this package.
The documentation for this product is maintained by Sphinx
using sources underneath the ``docs`` folder.
To get started without the compiled HTML documentation see the
file ``docs/development.rst``