You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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/
The text was updated successfully, but these errors were encountered: