Package twisted :: Package protocols :: Module ftp :: Class FTPDataPortFactory
[show private | hide private]
[frames | no frames]

Class FTPDataPortFactory

  Factory --+    
            |    
ServerFactory --+
                |
               FTPDataPortFactory


Factory for data connections that use the PORT command

(i.e. "active" transfers)
Method Summary
  buildProtocol(self, connection)
  doStart(self)
Make sure startFactory is called. (inherited from Factory)
  doStop(self)
Make sure stopFactory is called. (inherited from Factory)
  startFactory(self)
This will be called before I begin listening on a Port or Connector. (inherited from Factory)
  stopFactory(self)
This will be called before I stop listening on all Ports/Connectors. (inherited from Factory)

Class Variable Summary
int noisy

Class Variable Details

noisy

Type:
int
Value:
0                                                                      

Generated by Epydoc 1.1 on Fri Jun 27 03:45:40 2003 http://epydoc.sf.net