Fs.sshfs

Latest version: v1.0.2

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

Scan your dependencies

Page 1 of 5

1.0.2

Changed
- Add explicit support for Paramiko 3 ([57](https://github.com/althonos/fs.sshfs/issues/57)).

1.0.1

Fixed
- `SSHFS.move` not supporting the `preserve_time` argument ([51](https://github.com/althonos/fs.sshfs/issues/51)).

1.0.0

Added
- `SSHFS.upload` (resp. `download`) implementation using `paramiko.SFTP.putfo`
(resp. `getfo`).
- This changelog file.

Changed
- Switched from Travis-CI and AppVeyor to GitHub Actions for continuous integration.
- Rewrote `README.rst` in Markdown format.
- Mark the project as *Stable* in `setup.cfg` classifiers.

0.13.1

Fixed
- Make `SSHFile` record the mode it was created with.

0.13.0

Added
- `semantic-version` test requirement.
- `SSHFS.islink` method with behaviour matching `OSFS.islink`.
- Additional documentation of constructor arguments in `SSHFS` docstring.
- Independent timeout for arbitrary SSH commands ([39](https://github.com/althonos/fs.sshfs/issue/39)).
- Support for passing arbitrary `paramiko.MissingHostKeyPolicy` to `SSHFS`.

Changed
- `SSHFS.getinfo` now follows symlinks like `OSFS.getinfo`.

0.12.3

Added
- Explicit support for Python 3.8.

Fixed
- Issue with `SSHFS.close` when exiting while an `SSHFS` instance is still open.

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.