Interface t.p.f.IWriteFile(Interface):

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

Known implementations: twisted.protocols.ftp._FileWriter, twisted.vfs.adapters.ftp.FTPWriteVFS
A file into which bytes may be written.
Method receive Create a consumer which will write to this file. This method may
def receive(): (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 )
API Documentation for twisted, generated by pydoctor.