github miketeo/pysmb rel-1-1-25
pysmb 1.1.25

latest releases: pysmb-1.2.10, pysmb-1.2.9.1, pysmb-1.2.9...
6 years ago
  • Fix buggy support for search parameter in listPath() method. Add SMB_FILE_ATTRIBUTE_INCL_NORMAL bit constant to include 'normal' files with other file types in the returned result. From now on, pysmb defines a 'normal' file as a file entry that is not read-only, not hidden, not system, not archive and not a directory; it ignores other attributes like compression, indexed, sparse, temporary and encryption. listPath() method will now include 'normal' files using the default search parameter.
  • Add isNormal property to SharedFile class to support test if the file is a 'normal' file (according to pysmb definition of 'normal' file).

Don't miss a new pysmb release

NewReleases is sending notifications on new releases.