https://bugs.kde.org/show_bug.cgi?id=458001
Bug ID: 458001 Summary: KDE / KIO / Dolphin needs to support "copy_file_range" for server-side copies over a network (such as NFS) Product: frameworks-kio Version: unspecified Platform: unspecified OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: kio-bugs-n...@kde.org Reporter: windows2li...@zoho.com CC: kdelibs-b...@kde.org Target Milestone: --- When copying a large file on an NFS mount with Dolphin, it takes a very long time since it does a round trip over the network. NFS 4.2 has already supported server side copies, yet Dolphin does not take advantage of this with "copy_file_range". This means someone has to resort to the terminal with "cp" in order to copy files without sending the data on a round trip over the network. I thought this was included in KDE Frameworks 5.88? But apparently this is not the case? Has anything been done with this: https://invent.kde.org/frameworks/kio/-/merge_requests/602 -- You are receiving this mail because: You are watching all bug changes.