exception documentation
class FileNotFoundError(FTPCmdError): (source)
Constructor: FileNotFoundError(*msg)
Raised when trying to access a non existent file or directory.
Inherited from FTPCmdError
:
Method | __init__ |
Undocumented |
Method | response |
Generate a FTP response message for this error. |
Instance Variable | error |
Undocumented |