Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to pass path_encoding parameter? #39

Open
ttomasz opened this issue Nov 15, 2023 · 0 comments · May be fixed by #41
Open

how to pass path_encoding parameter? #39

ttomasz opened this issue Nov 15, 2023 · 0 comments · May be fixed by #41

Comments

@ttomasz
Copy link

ttomasz commented Nov 15, 2023

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?

@ttomasz ttomasz linked a pull request Feb 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant