335
335
return self._iterate_over(relpaths, copy_entry, pb, 'copy_to', expand=False)
337
361
def move(self, rel_from, rel_to):
338
362
"""Move the item at rel_from to the location at rel_to.
340
364
If a transport can directly implement this it is suggested that
346
374
def move_multi(self, relpaths, pb=None):
347
375
"""Move a bunch of entries.