t.p.f._FileWriter(object) : class documentation

Part of twisted.protocols.ftp View Source View In Hierarchy

Implements interfaces: twisted.protocols.ftp.IWriteFile

Undocumented
Method __init__ Undocumented
Method receive Create a consumer which will write to this file. This method may only be invoked once on each provider.
Method close Perform any post-write work that needs to be done. This method may only be invoked once on each provider, and will always be invoked after receive().
def __init__(self, fObj): (source)
Undocumented
def receive(self): (source)
Create a consumer which will write to this file. This method may only be invoked once on each provider.
Returns (type: Deferred of IConsumer )
def close(self): (source)
Perform any post-write work that needs to be done. This method may only be invoked once on each provider, and will always be invoked after receive().
Returns (type: Deferred of anything: the value is ignored. The FTP client will not see their upload request complete until this Deferred has been fired. )
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.