twisted.protocols.ftp.FTP.lineReceived(self, line) method documentationtwisted.protocols.ftp.FTP
View Source
Override this for when each line is received.
| Parameters | line | The line which was received with the delimiter removed. (type: bytes) |
| Function | processFailed | Undocumented |
| Function | processSucceeded | Undocumented |
| Function | allDone | Undocumented |