411
411
path = self._remote_path(relpath)
412
412
f = self._get_sftp().file(path, mode='rb')
413
414
if self._do_prefetch and (getattr(f, 'prefetch', None) is not None):
416
417
except (IOError, paramiko.SSHException), e:
417
418
self._translate_io_exception(e, path, ': error retrieving',