Hi, Is there a way by which we can access folders(as a whole) residing outside zope as like accessing files using External file? Help me if you can give me some pointers on how to achieve this. Regards, Paul.
Hi Paul, there are several products available, iirc also for accessing whole folders. You should how ever be very careful with file access from zope because this circumvents the security of zope somewhat. You also loose many advantages of zope: meta information, transaction, cant use ZEO the way it schould be, cache management is more problematic and so on. You schould think over if its really really needed before looking for access to folders outside ZODB. Regards Tino --On Dienstag, 26. November 2002 11:18 +0530 Paul Naveen Raj Jeyaraj <Paul_Jeyaraj@infosys.com> wrote:
Hi,
Is there a way by which we can access folders(as a whole) residing outside zope as like accessing files using External file? Help me if you can give me some pointers on how to achieve this.
Regards, Paul.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Paul Naveen Raj Jeyaraj writes:
Is there a way by which we can access folders(as a whole) residing outside zope as like accessing files using External file? Help me if you can give me some pointers on how to achieve this. You may look at "LocalFS".
Dieter
participants (3)
-
Dieter Maurer -
Paul Naveen Raj Jeyaraj -
Tino Wildenhain