Bug 501697 - Can't create symlinks over sftp using Dolphin
Summary: Can't create symlinks over sftp using Dolphin
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (other bugs)
Version First Reported In: 24.12.3
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-18 15:37 UTC by Evgeny
Modified: 2025-03-18 15:37 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Evgeny 2025-03-18 15:37:08 UTC
SUMMARY
Can't create symlink using dolphin, but can create it using internal kio mountpoint

STEPS TO REPRODUCE
1. Connect to sftp server (I just typed sftp://username@hostname/ to the address bar)
2. Go to RMB Menu->Create New->Link to File or Directory
3. Fill in symlink name and file name, press OK

OBSERVED RESULT
Symlink is created just fine

EXPECTED RESULT
I get "Could not create symlink sftp://username@hostname/path. Please check permissions."

SOFTWARE/OS VERSIONS
Operating System: Fedora Linux 41
KDE Plasma Version: 6.3.3
KDE Frameworks Version: 6.11.0
Qt Version: 6.8.2
Kernel Version: 6.13.6-200.fc41.x86_64 (64-bit)
Graphics Platform: Wayland

ADDITIONAL INFORMATION
If I open any file in non-kde app, kio creates a mountpoint in `/run/user/USERID/kio-RANDOMLETTERS/sftp/HOSTNAME/` and I can create a symlink using `ln -s` just fine, so I think that's not KIO issue.