806
806
except (IOError, paramiko.SSHException), e:
807
807
self._translate_io_exception(e, path, ': failed to rmdir')
818
810
"""Return the stat information for a file."""
819
811
path = self._remote_path(relpath)
822
814
except (IOError, paramiko.SSHException), e:
823
815
self._translate_io_exception(e, path, ': unable to stat')