722
722
Return a list of all files at the given location.
724
724
# does anything actually use this?
725
728
path = self._remote_path(relpath)
728
731
except (IOError, paramiko.SSHException), e:
729
732
self._translate_io_exception(e, path, ': failed to list_dir')
731
735
def rmdir(self, relpath):
732
736
"""See Transport.rmdir."""