- (Improvement) Prevent doing unnecessary work when doing "Mount all" / "Unmount all" operations.
Re-release to include fixes found in libsftpman
2.0.3.
-
(Feature) Added German translation, thanks to annemarietannengrund
- (Bugfix) Fix license information discrepancy (GPL v3 -> AGPLv3).
Re-release to include fixes found in libsftpman
2.0.1.
Initial release.
This application supersedes the sftman-gtk GUI frontend (which used to accompany the sftpman-python backend).
Since the sftpman
backend was rewritten from Python to Rust (see sftpman-rs), a new GUI frontend was necessary and it's what you see here.
The version intentionally starts from 2.0.0, to clearly distinguish this from the old Python-based software (v1).
sftpman
v2 (and its sftpman-iced
GUI) are still mostly-backward compatible with the old Python-based sftpman
versions (v1) with the following exceptions:
-
You can now use custom local mount endpoints for filesystems, instead of just the default
/mnt/sshfs/{id}
directory. -
Some CLI commands for
sftpman
have different names (sftpman setup
being replaced bysftpman create
andsftpman update
) -
Installing
sftpman-iced
no longer automatically installs thesftpman
CLI tool. If you need it, consider installing it separately.