Skip to content

how to pass path_encoding parameter? #39

Open
@ttomasz

Description

@ttomasz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions