class twisted.protocols.ftp._FileReader: (source)
Implements interfaces: twisted.protocols.ftp.IReadFile
Undocumented
| Method | __init__ | Undocumented |
| Instance Variable | fObj | Undocumented |
| Method | send | Produce the contents of the given path to the given consumer. This method may only be invoked once on each provider. |
| Instance Variable | _send | Undocumented |
| Method | _close | Undocumented |
Produce the contents of the given path to the given consumer. This method may only be invoked once on each provider.
| Parameters | consumer | Undocumented (type: IConsumer) |
| Returns | A Deferred which fires when the file has been consumed completely. | |