no way for ftp data protocols to fail
[email protected] Mon, 08 Mar 2010 10:39:33 -0000
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from jrydberg <None>: There is currently no way to signal from a FTP data protocol (like FTPFileListProtocol) if there's an errorin the data received. The deferred for the protocol wrapper is called when the connection is closed (or lost). There should be a way to manually signal that processing has finished (or failed). ---------- Type : enhancement Component: ftp Keywords : Priority : normal Nosy : ---------- http://twistedmatrix.com/trac/ticket/4359