exception documentation
class PermissionDeniedError(FTPCmdError): (source)
Constructor: PermissionDeniedError(*msg)
Raised when access is attempted to a resource to which access is not allowed.
Inherited from FTPCmdError
:
Method | __init__ |
Undocumented |
Method | response |
Generate a FTP response message for this error. |
Instance Variable | error |
Undocumented |