Bug 429292

Summary: Dolphin in FTP mode should auto replace remote files after editing
Product: [Applications] dolphin Reporter: Ozim <vegaweb>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kfm-devel, nate
Priority: NOR    
Version: 20.08.3   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ozim 2020-11-18 09:23:27 UTC
SUMMARY


STEPS TO REPRODUCE
1. Connect to any FTP link
2. Edit file
3. Save file

OBSERVED RESULT
After saving the remote file - dolphin asks if it needs to upload it, but after uploading it asks me again - if it needs to replace remote file.

EXPECTED RESULT
FTP manager should not behave like this (as an example see FileZilla), because it makes me to do extra clicks, that wastes my time.
If I upload a new file and it can replace existing file on remote server - it's ok, but if I already agreed to upload editing file - this question should not be given.


SOFTWARE/OS VERSIONS

Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 5.20.3
KDE Frameworks Version: 5.75.0
Qt Version: 5.15.1
Comment 1 Nate Graham 2020-11-18 17:10:41 UTC
what app are you using to edit the file?
Comment 2 Ozim 2020-11-19 13:10:40 UTC
sublime text 3
Comment 3 Ozim 2020-11-19 13:49:49 UTC
(In reply to Nate Graham from comment #1)
> what app are you using to edit the file?

sublime text 3.
btw - tried in kwrite - it does not ask about that, but this question dialog does not belong to sublime as it is in russian language (as my system is), and sublime is in English.
Comment 4 Nate Graham 2020-11-19 14:36:11 UTC
Aha!

This bug is already fixed if you install kio-fuse, which exists to handle exactly this case. I believe it is packaged in Neon.

*** This bug has been marked as a duplicate of bug 75324 ***
Comment 5 Ozim 2020-11-19 15:56:10 UTC
(In reply to Nate Graham from comment #4)
> Aha!
> 
> This bug is already fixed if you install kio-fuse, which exists to handle
> exactly this case. I believe it is packaged in Neon.
> 
> *** This bug has been marked as a duplicate of bug 75324 ***

no, it's not the part of KDE Neonm is there a way to get at least deb package?
Comment 6 Nate Graham 2020-11-19 16:02:40 UTC
Oh right, unstable has it already but user edition does not. :/

I guess you'll need to wait, or manually find and install the package, yeah.
Comment 7 Ozim 2020-11-19 16:04:28 UTC
(In reply to Nate Graham from comment #6)
> Oh right, unstable has it already but user edition does not. :/
> 
> I guess you'll need to wait, or manually find and install the package, yeah.

It's a kind of magic! 
Found repo here https://launchpad.net/~panfaust/+archive/ubuntu/kio-fuse
installed package - and got it working!!
Thanx a lot!
Comment 8 Nate Graham 2020-11-19 16:07:33 UTC
Woohoo! Magic indeed.