class twisted.protocols.ftp.BadCmdSequenceError(FTPCmdError): (source)
Raised when a client sends a series of commands in an illogical sequence.
Inherited from FTPCmdError:
Method | __init__ | Undocumented |
Instance Variable | errorMessage | Undocumented |
Method | response | Generate a FTP response message for this error. |