[Zope-dev] FTP support for SQL methods

Brian Hooper brian@garage.co.jp
Wed, 22 Sep 1999 14:29:30 +0900


Hi there -

Should / does FTP work with SQL Methods?  At least, in my environment,
it doesn't, but after digging around in the code, it looks like since
Shared.DC.ZRDB.DA.DA inherits from OFS.SimpleItem.Item (which defines
manage_FTPstat and manage_FTPlist), it should be sufficient to just
define a manage_FTPget method for DA, and that's it, right?  

Does anyone out there have any wisdom / insight on this?

--Brian Hooper