472
471
def list_dir(self, relpath):
473
472
resp = self._call2(b'list_dir', self._remote_path(relpath))
476
475
raise errors.UnexpectedSmartServerResponse(resp)
478
477
def iter_files_recursive(self):
479
478
resp = self._call2(b'iter_files_recursive', self._remote_path(''))
482
481
raise errors.UnexpectedSmartServerResponse(resp)