jborean93 / smbprotocol

Python SMBv2 and v3 Client
MIT License
316 stars 73 forks source link

smbprotocol use with PyFilesystem #200

Open scp871 opened 1 year ago

scp871 commented 1 year ago

I would like to use pyFilesystem https://www.pyfilesystem.org/ as the API to interact with files on a smb share. Target pattern is users on Jupyter running on Linux servers.

There is an implementation of py-fs using the pysmb package https://pypi.org/project/fs.smbfs/ but this does not seem to support Linux based Kerberos auth.

Would your recommendation be to use your implementation of smb in a brand new fs- implementation or to modify / integrate with an existing offering?

Existing implementations of PyFilesystem are here: https://www.pyfilesystem.org/page/index-of-filesystems/

jborean93 commented 1 year ago

I would have to look at the project to see what’s involved as I’ve never seen it before.