<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Well let me take a shot at this. <br>
    <br>
    First of all it is a huge problem figuring out which package to
    use.&nbsp; <br>
    <br>
    My solution to this is that I have been documenting the packages,
    both in <br>
    ztk <br>
    <a class="moz-txt-link-freetext" href="http://www.zopache.com/ZTK_Packages">http://www.zopache.com/ZTK_Packages</a><br>
    <br>
    and&nbsp; more carefully in ztfy<br>
    <br>
    <a class="moz-txt-link-freetext" href="http://wiki.ztfy.org/ZTFYPackages">http://wiki.ztfy.org/ZTFYPackages</a><br>
    <br>
    Sp a quick look on my ztk page <br>
    <br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a class="http" href="http://docs.zope.org/zope.server/index.html">zope.server</a>
    <a class="https"
      href="https://github.com/zopefoundation/zope.server">src</a>
    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. <br>
    <br>
    Clicking into the source code, I found <br>
    <br>
<a class="moz-txt-link-freetext" href="https://github.com/zopefoundation/zope.server/blob/master/src/zope/server/ftp/README.txt">https://github.com/zopefoundation/zope.server/blob/master/src/zope/server/ftp/README.txt</a><br>
    <br>
    So I think that is the code that you need.<br>
    <br>
    In general Zope.app is the stuff related to the web gui in early
    releases of Zope 3.&nbsp;&nbsp; ZTK is guiless, so zope.app has been
    deprecated in ztk.&nbsp; So that is not where you want to look. <br>
    <br>
    On the other hand thierry has picked up a lot of zope.app in his
    ztfy package, which includes a nice looking gui.&nbsp; <br>
    <br>
    There is of course no release of bluebream.&nbsp; Meaning there is no
    current bluebream.&nbsp; Perhaps ztfy.org and wiki.ztfy.org are better
    places to start your development. <br>
    <br>
    So what are you doing?&nbsp; If you are doing a content management system
    that you want to customize, then ztfy is a good place to start.&nbsp; It
    is based on the ZCA.&nbsp; <br>
    <br>
    Hope that helps. <br>
    &nbsp;<br>
    <blockquote cite="mid:mailman.1.1368792001.9978.bluebream@zope.org"
      type="cite">
      <pre wrap="">

----------------------------------------------------------------------

Message: 1
Date: Thu, 16 May 2013 06:01:31 -0700 (PDT)
From: Alexey Galanov <a class="moz-txt-link-rfc2396E" href="mailto:daiver@daiver.ru">&lt;daiver@daiver.ru&gt;</a>
To: <a class="moz-txt-link-abbreviated" href="mailto:bluebream@zope.org">bluebream@zope.org</a>
Subject: [BlueBream] Add FTP server to bluebream
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:1368709291083-4024757.post@n3.nabble.com">&lt;1368709291083-4024757.post@n3.nabble.com&gt;</a>
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.


</pre>
    </blockquote>
    &nbsp;
  </body>
</html>