sshfs icon indicating copy to clipboard operation
sshfs copied to clipboard

how to pass path_encoding parameter?

Open ttomasz opened this issue 1 year ago • 0 comments

Hi, due to https://github.com/ronf/asyncssh/issues/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?

ttomasz avatar Nov 15 '23 23:11 ttomasz