FTP API Reference

Interfaces

Virtual File System interfaces for the publisher.

interface zope.publisher.interfaces.ftp.IFTPRequest[source]

Extends: zope.publisher.interfaces.IRequest

FTP Request

interface zope.publisher.interfaces.ftp.IFTPView[source]

Extends: zope.browser.interfaces.IView

FTP View

interface zope.publisher.interfaces.ftp.IFTPPublisher[source]

Extends: zope.publisher.interfaces.IPublishTraverse

FTP Publisher

Implementation

FTP Publisher

class zope.publisher.ftp.FTPResponse[source]

Bases: zope.publisher.base.BaseResponse

handleException(exc_info)[source]

See IPublisherResponse

class zope.publisher.ftp.FTPRequest(body_instream, environ, response=None)[source]

Bases: zope.publisher.base.BaseRequest

unauthorized(challenge)[source]

See IFTPCredentials