Open
Description
Hi, due to ronf/asyncssh#610 I'm trying to run something like:
fs = fsspec.filesystem(protocol="ssh", path_encoding=None, **storage_options)
print(fs.ls("xxx")[:10])
but path_encoding is not accepted by connect method called from asyncssh library.
Do you have an idea how to solve it?
Metadata
Metadata
Assignees
Labels
No labels