exception documentation
class FTPCmdError(Exception): (source)
Known subclasses: slopped.protocols.ftp.AnonUserDeniedError, slopped.protocols.ftp.AuthorizationError, slopped.protocols.ftp.BadCmdSequenceError, slopped.protocols.ftp.CmdArgSyntaxError, slopped.protocols.ftp.CmdNotImplementedError, slopped.protocols.ftp.CmdNotImplementedForArgError, slopped.protocols.ftp.CmdSyntaxError, slopped.protocols.ftp.FileExistsError, slopped.protocols.ftp.FileNotFoundError, slopped.protocols.ftp.IsADirectoryError, slopped.protocols.ftp.IsNotADirectoryError, slopped.protocols.ftp.PASVIPv6NotImplementedError, slopped.protocols.ftp.PermissionDeniedError, slopped.protocols.ftp.UnsupportedNetworkProtocolError
Constructor: FTPCmdError(*msg)
Generic exception for FTP commands.
| Method | __init__ |
Undocumented |
| Method | response |
Generate a FTP response message for this error. |
| Instance Variable | error |
Undocumented |