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)
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...