miketeo / pysmb

pysmb is an experimental SMB/CIFS library written in Python. It implements the client-side SMB/CIFS protocol (SMB1 and SMB2) which allows your Python application to access and transfer files to/from SMB/CIFS shared folders like your Windows file sharing and Samba folders.
Other
341 stars 94 forks source link

Does pysmb support DFS namespaces #25 #121

Open kuato781 opened 5 years ago

kuato781 commented 5 years ago

I saw a question regarding this in 2015 -- https://github.com/miketeo/pysmb/issues/25 -- wondering if there is DFS support now in pysmb?

miketeo commented 5 years ago

No.

exislow commented 4 years ago

Will this be added soon? Or is there a workaround?