Part of twisted.vfs.adapters.ftp View Source View In Hierarchy
Implements interfaces: twisted.internet.interfaces.IConsumer
Method | __init__ | |
Method | registerProducer | Register the producer, and open original resource. |
Method | unregisterProducer | Unregister producer and close original resource. |
Method | write | Write data to the resource. |
Parameters | original | the vfs node.
(type: ivfs.IFileSystemLeaf .
) |