https://github.com/ulope/pytest-sftpserver/blob/master/pytest_sftpserver/sftp/content_provider.py#L66 ```python def is_dir(self, path): return not isinstance(self.get(path), string_types + integer_types) ``` It should include has well `bytes` type.