fs.smbfs

Pyfilesystem2 over SMB using pysmb

MIT License

Downloads
41.9K
Stars
29
Committers
7

Bot releases are hidden (Show)

fs.smbfs - 0.3.3

Published by althonos over 3 years ago

Fixed

  • SMBOpener not managing the create argument as expected.
fs.smbfs - 0.3.2

Published by althonos over 3 years ago

Fixed

  • SMBFS.scandir crashing when requesting access info from a SMB1 server.
fs.smbfs - 0.3.0

Published by althonos over 3 years ago

Added

  • Support for FS URL parameters in SMBOpener.

Fixed

  • direct_tcp parameter being ignored in SMBFS.__init__.
  • SMBFS always using guest account instead of provided username/password.
  • COPYING file not being added to wheel distributions.
  • Wrong info namespace being checked in SMBFS.scandir.
  • Uncatched socket error on connection failure in SMBFS.__init__.
fs.smbfs - 0.2.2

Published by althonos over 3 years ago

Fixed

  • SMBFile.truncate changing the position in the file.
  • Unicode paths not working properly (miketeo/pysmb#90).
fs.smbfs - 0.2.4

Published by althonos over 3 years ago

Fixed

  • SMBConnection not being closed by SMBFS.close.

Changed

  • Pinned minimum required six version to v1.10 in setup.cfg.
fs.smbfs - 0.2.3

Published by althonos over 3 years ago

Changed

  • Bumped pysmb version to v1.1.22.

Removed

fs.smbfs - 0.2.1

Published by althonos over 3 years ago

Removed

  • Invalid SMBFile.__length_hint__ special method.
  • Debug print call left in SMBFS.openbin.
fs.smbfs - 0.1.0

Published by althonos over 3 years ago

Initial commit.

fs.smbfs - 0.1.0

Published by althonos over 3 years ago

Initial commit.

fs.smbfs - 0.2.0

Published by althonos over 3 years ago

Added

  • SMBFS.move implementation using the SMBConnection.rename method from PySMB.
  • Missing module docstrings to fs.smbfs and fs.opener.smbfs modules.
  • __version__ attribute to fs.opener.smbfs module.

Changed

  • Use fs.smbfs.utils.is_ip to check if the host given to SMBFS is an IP address.

Fixed

  • SMBFS.openbin not raising fs.errors.PermissionDenied on SMB access errors.
  • Broken SMBFS usage example in README.rst.