hamano / pysmbc

libsmbclient binding for Python
http://pypi.python.org/pypi/pysmbc
GNU General Public License v2.0
28 stars 27 forks source link

Accessing DFS Shares with PySMBC #22

Open dshepherd21 opened 6 years ago

dshepherd21 commented 6 years ago

When I have opened a context to a share and changed to a folder that is provided via DFS the code appears to hang. Is there anything special I need to do with the SMB context to open a DFS Junction ?. A wireshark trace shows "Path not covered". I appreciate this is not a problem with the library just my own lack of knowledge but any clues would be appreciated

dshepherd21 commented 6 years ago

Is there any way to return the free space on a CIFS Share from pysmbc ? Many thanks