203
203
# Microsoft FTP-Service RNFR reply if file not found
204
204
or (s.startswith('550 ') and 'unable to rename to' in extra)
205
205
# if containing directory doesn't exist, suggested by
207
207
or (s.startswith('550 ') and "can't find folder" in s)
209
209
raise errors.NoSuchFile(path, extra=extra)