Skip to content

SMBMap v1.10.8

Latest

Choose a tag to compare

@ShawnDEvans ShawnDEvans released this 06 Jan 20:11

I'm on an internal, so that means bug fixes!! This release addresses a bug in the list_path function that prevented traversing certain shares. I previously had a wonky re-authentication solution that caused more issues than it solved. I ended up relying on the similar, but more efficient 'reconnect()' method of the SMBConnection object. For some reason I was only able to use the SMBConnection() object to run getShares(), with all subsequent actions resulting in "error while reading from remote". The reconnect() solution is noisy, but it does work. I'll dig in deeper on this at another time, but for now it's more stable and working.

  • More accurate error output, distinguish between issues accessing shares vs paths
  • Stability improvements

Thanks as always for reporting issues!