Fs.smbfs

Latest version: v1.0.7

Safety actively analyzes 642283 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

1.0.1

Fixed
- SMB share names are now matched case-insensitively ([28](https://github.com/althonos/fs.smbfs/pull/28)).
- When created with `direct_tcp=True`, `SMBFS` will not attempt to use NetBIOS anymore to find a missing IP/hostname ([25](https://github.com/althonos/fs.smbfs/pull/25)). Closes [#24](https://github.com/althonos/fs.smbfs/issues/24).

1.0.0

Added
- Explicit support for Python 3.9.
- This changelog file.
- `SMBFS.upload` (resp. `download`) implementation using the `SMBConnection.storeFile` (resp. `retrieveFile`) method.
- `SMBFS.geturl` implementation for the `download` purpose.
- `SMBFile.mode` property to expose the mode the file was created with.
- `SMBFile.readinto` method using a zero-copy implementation.

Changed
- `SMBFS.openbin` will open a new connection for every new file.
- `SMBFS.readbytes` (resp. `writebytes`) now uses `SMBFS.download` (resp. `upload`).
- Mark the project as *Stable* in `setup.cfg` classifiers.
- Switched from Travis-CI and AppVeyor to GitHub Actions for continuous integration.
- Rewrote `README.rst` in Markdown format.

0.7.4

Added
- Explicit support for `v1.2.6` of PySMB.

0.7.3

Added
- Explicit support for `v1.2.5` of PySMB.

0.7.2

Added
- Explicit support for `v1.2.4` of PySMB.

0.7.1

Added
- Explicit support for `v1.2.3` of PySMB.

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.