exception documentation

class UnsupportedNetworkProtocolError(FTPCmdError): (source)

Constructor: UnsupportedNetworkProtocolError(*msg)

View In Hierarchy

Raised when the client requests an unsupported network protocol.

Inherited from FTPCmdError:

Method __init__ Undocumented
Method response Generate a FTP response message for this error.
Instance Variable errorMessage Undocumented