Skip to content

pysmb 1.1.23

Compare
Choose a tag to compare
@miketeo miketeo released this 05 May 07:04
· 145 commits to master since this release
  • Fix bug in listShares() method which fails when the remote server has many shares. (Contributed by @carlosefr)
  • Improve echo() method to test and fail if the provided data to echo is not a bytes object. (Contributed by @carlosefr)
  • Fix bug in listPath() method where the path to query is not properly terminated. (Contributed by @Yepoleb)