sshfs
sshfs copied to clipboard
how to pass path_encoding parameter?
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?