Bug 478212 - saving to remote symlink replaces link with file
Summary: saving to remote symlink replaces link with file
Status: REPORTED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (other bugs)
Version First Reported In: 5.112.0
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-07 14:06 UTC by meex
Modified: 2023-12-10 20:15 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description meex 2023-12-07 14:06:30 UTC
SUMMARY
when loading a file on a remote server (VPS) for which the file is symbolically linked, and then saving changes to the file, the symlink is replaced with the actual file

STEPS TO REPRODUCE
1.  edit a sym-linked text file on remote server
2. save changes

OBSERVED RESULT
symlink is replaced with the actual file

EXPECTED RESULT
behavior should be the same as when working with local files; the symlink should not be replaced

SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.27.9
KDE Frameworks Version: 5.112.0
Qt Version: 5.15.11
Kernel Version: 6.6.3-1-MANJARO (64-bit)
Comment 1 Kåre Särs 2023-12-10 20:15:40 UTC
Unfortunately, fixing this is not going to be trivial.... The way it works is that the file is downloaded, edited and then uploaded on save...