[Zope] Is there a Zope based file manager product?

Dieter Maurer dieter@handshake.de
Wed, 8 Jan 2003 21:00:00 +0100


Farzad FARID wrote at 2003-1-6 23:58 +0100:
 > I'd like to know if there is a web-based file manager built on top of
 > Zope or CMF.
 > 
 > Ideally, I'd like to integrate a file manager in a CMF or Plone site in
 > order to browse and modify the filesystem through the web. As a bonus,
 > the product should be able to handle multiple users and their rights on
 > Unix correctly.
Have a look at the product "LocalFS".

   It creates files as the "Zope user", though.

   Otherwise, Zope would need to run as root, which is a very dangerous
   thing...


Dieter