315
315
count = self._iterate_over(relpaths, gather, pb, 'stat', expand=False)
319
322
def list_dir(self, relpath):
320
323
"""Return a list of all files at the given location.
321
324
WARNING: many transports do not support this, so trying avoid using
326
330
def lock_read(self, relpath):
327
331
"""Lock the given file for shared (read) access.