Well let me take a shot at this. First of all it is a huge problem figuring out which package to use.
My solution to this is that I have been documenting the packages, both in ztk http://www.zopache.com/ZTK_Packages and more carefully in ztfy http://wiki.ztfy.org/ZTFYPackages Sp a quick look on my ztk page zope.server <http://docs.zope.org/zope.server/index.html> src <https://github.com/zopefoundation/zope.server> provides a python WSGI web server. Zope does not just serve web requests, it also supports channel-based servers, this package provides the servers themselves and helper objects, such as tasks and requests. Clicking into the source code, I found https://github.com/zopefoundation/zope.server/blob/master/src/zope/server/ftp/README.txt So I think that is the code that you need. In general Zope.app is the stuff related to the web gui in early releases of Zope 3. ZTK is guiless, so zope.app has been deprecated in ztk. So that is not where you want to look. On the other hand thierry has picked up a lot of zope.app in his ztfy package, which includes a nice looking gui. There is of course no release of bluebream. Meaning there is no current bluebream. Perhaps ztfy.org and wiki.ztfy.org are better places to start your development. So what are you doing? If you are doing a content management system that you want to customize, then ztfy is a good place to start. It is based on the ZCA. Hope that helps. > > ---------------------------------------------------------------------- > > Message: 1 > Date: Thu, 16 May 2013 06:01:31 -0700 (PDT) > From: Alexey Galanov <[email protected]> > To: [email protected] > Subject: [BlueBream] Add FTP server to bluebream > Message-ID: <[email protected]> > Content-Type: text/plain; charset=us-ascii > > Please advice me, which packets i need to make my objects as files and dirs > throught ftp: > zope.server > zope.app.ftp > zope.app.server > or something else. > > Thank you. > >
_______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
