Metadata-Version: 1.1
Name: zope.app.ftp
Version: 3.5.0
Summary: Zope FTP Support
Home-page: http://pypi.python.org/pypi/zope.app.ftp
Author: Zope Corporation and Contributors
Author-email: zope-dev@zope.org
License: ZPL 2.1
Description: This package provides an API for clients connecting via FTP.
        
        
        Detailed Dcoumentation
        ----------------------
        
        
        =====================
        How FTP Works in Zope
        =====================
        
        - The FTP server implementation is in `zope.server.ftp.server`.  See
          the README.txt file there.
        
          The publisher-based ftp server is in `zope.server.ftp.publisher`.
        
          The FTP server gets wired up with a request factory that creates
          ftp requests with ftp publication objects.
        
        - The ftp request object is defined in `zope.publisher.ftp`.
        
        - The ftp publication object is defined in `zope.app.publication.ftp`.
        
          The publication object gets views to handle ftp requests.  It
          looks up a separate view for each method defined in
          `zope.publisher.interfaces.ftp.IFTPPublisher`.
        
          We provide a single class here that implements all of these methods.
        
          The view, in turn, uses adapters for the `IReadFile`, `IWriteFile`,
          `IReadDirectory`, `IWriteDirectory`, `IFileFactory`, and
          `IDirectoryFactory`, defined in `zope.filerepresentation.interfaces`.
        
        
        
        =======
        CHANGES
        =======
        
        3.5.0 (2009-02-01)
        ==================
        
        - Use zope.container instead of zope.app.container.
        
        3.4.0 (2007-10-24)
        ==================
        
        - Initial release independent of the main Zope tree.
        
Keywords: zope3 ftp
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Framework :: Zope3
