Open
Description
It would be great if we could copy between two different remote filesystems with fsspec.
I think this can be achieved with minimal effort if we check if the lpath
is a path in a known filesystem in get/put_file
functions in fsspec.spec. Then we could just use lpath.fs.open()
instead of open(lpath).
Metadata
Metadata
Assignees
Labels
No labels