| Summary: | Add option to unmount an sftp connection | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Kamil <bygreensky> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | antti.savo, dolphin-bugs-null, kimimaru, madness742, olib141 |
| Priority: | NOR | ||
| Version First Reported In: | 22.04.1 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Mockup of Dolphin network unmount | ||
|
Description
Kamil
2022-05-19 13:18:51 UTC
You mention two features you want - to be able to unmount an SFTP connection and to not remember the passphrase for your key. Both *seem* to be possible from a naive look at the sftp implementation in kio-extras: https://invent.kde.org/network/kio-extras/-/blob/master/sftp/kio_sftp.cpp#L955 https://invent.kde.org/network/kio-extras/-/blob/master/sftp/kio_sftp.cpp#L928 The former is Dolphin's issue. The latter, I think, is with the authentication process in kio-extras, and you should file a separate bug there. Created attachment 162789 [details]
Mockup of Dolphin network unmount
Any updates about this one? Specifically, the lack of an option to unmount has been bugging me for all types of network shares available in Dolphin: SMB, SFTP, WebDav, and so on.
As mentioned in the report, the Nemo file manager handles this very well by showing the network share as a mount. Unmounting it disconnects the connection.
I would be happy with see a similar approach in Dolphin. I've attached a mockup of what it could look like (keeping in mind a generic network connection).
|