twisted.protocols.ftp._FileReader(object)
class documentationtwisted.protocols.ftp
View Source
(View In Hierarchy)
Implements interfaces: twisted.protocols.ftp.IReadFile
Method | __init__ | Undocumented |
Method | send | Produce the contents of the given path to the given consumer. This method may only be invoked once on each provider. |
Method | _close | Undocumented |
Produce the contents of the given path to the given consumer. This method may only be invoked once on each provider.
Returns | A Deferred which fires when the file has been consumed completely. |