https://bugs.kde.org/show_bug.cgi?id=357731
Bug ID: 357731 Summary: Unable to copy files/folder from local fs to a remote sshfs mounted using afuse. Product: dolphin Version: 15.12.0 Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: dolphin-bugs-n...@kde.org Reporter: xavier8...@yahoo.com Unable to copy paste files/folder from local fs to a remote sshfs mounted using afuse. Using the following. Afuse : https://github.com/pcarrier/afuse Systemd unitfile : https://gist.github.com/xavier83/5a536805f9b65d62cdc9 Reproducible: Always Steps to Reproduce: 1. mount afuse /usr/bin/afuse -f -o big_writes -o auto_unmount -o flushwrites -o mount_template=sshfs -o ServerAliveInterval=10 -o reconnect %r:/ %m -o unmount_template=fusermount -u -z %m /home/user/.mnt/ssh 2. Navigate to /home/user/.mnt/ssh/<remote> using dolphin (automounts) 3. Navigate to <local fs> on another tab. 4. copy a file/folder from local fs tab and try to paste it on afuse tab. Actual Results: files/folder not getting copied Expected Results: files/folder to be copied tested using cp and it copies the files. not working only on dolphin. strangely creating new directory or file using context menu works. -- You are receiving this mail because: You are watching all bug changes.