Table of Contents

Class: FTPInterface Zope-2.2.1-src/lib/python/OFS/FTPInterface.py

Interface for FTP objects

Methods   
manage_FTPget
manage_FTPlist
manage_FTPstat
  manage_FTPget 
manage_FTPget ( self )

Returns the source content of an object. For example, the source text of a Document, or the data of a file.

  manage_FTPlist 
manage_FTPlist ( self,  REQUEST )

Returns a directory listing consisting of a tuple of (id,stat) tuples, marshaled to a string. Note, the listing it should include .. if there is a Folder above the current one.

In the case of non-foldoid objects it should return a single tuple (id,stat) representing itself.

  manage_FTPstat 
manage_FTPstat ( self,  REQUEST )

Returns a stat-like tuple. (marshalled to a string) Used by FTP for directory listings, and MDTM and SIZE


Table of Contents

This document was automatically generated on Mon Sep 4 07:33:06 2000 by HappyDoc version r0_6