You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

78 lines
2.2 KiB

  1. .. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
  2. :target: https://www.gnu.org/licenses/agpl
  3. :alt: License: AGPL-3
  4. ========================
  5. Directory Files Download
  6. ========================
  7. View and download the files contained in a directory on the server.
  8. This functionality can have impacts on the security of your system,
  9. since it allows to download the content of a directory.
  10. Be careful when choosing the directory!
  11. Notice that, for security reasons, files like symbolic links
  12. and up-level references are ignored.
  13. Configuration
  14. =============
  15. To configure this module, you need to:
  16. #. Set the group "Download files of directory" for the users who need this functionality.
  17. Usage
  18. =====
  19. To use this module, you need to:
  20. #. Go to Settings -> Downloads -> Directory Content
  21. #. Create a record specifying Name and Directory of the server
  22. #. Save; a list of files contained in the selected directory is displayed
  23. #. Download the file you need
  24. #. In case the content of the directory is modified, refresh the list by clicking the button on the top-right of the form
  25. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  26. :alt: Try me on Runbot
  27. :target: https://runbot.odoo-community.org/runbot/149/10.0
  28. Bug Tracker
  29. ===========
  30. Bugs are tracked on `GitHub Issues
  31. <https://github.com/OCA/server-tools/issues>`_. In case of trouble, please
  32. check there if your issue has already been reported. If you spotted it first,
  33. help us smash it by providing detailed and welcomed feedback.
  34. Credits
  35. =======
  36. Images
  37. ------
  38. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  39. Contributors
  40. ------------
  41. * Andrea Stirpe <a.stirpe@onestein.nl>
  42. Maintainer
  43. ----------
  44. .. image:: https://odoo-community.org/logo.png
  45. :alt: Odoo Community Association
  46. :target: https://odoo-community.org
  47. This module is maintained by the OCA.
  48. OCA, or the Odoo Community Association, is a nonprofit organization whose
  49. mission is to support the collaborative development of Odoo features and
  50. promote its widespread use.
  51. To contribute to this module, please visit https://odoo-community.org.