Bug 498229 - Creating an existing folder on copy to mtp url results fails instead writing into it
Summary: Creating an existing folder on copy to mtp url results fails instead writing ...
Status: REPORTED
Alias: None
Product: kio-extras
Classification: Frameworks and Libraries
Component: MTP (show other bugs)
Version: 24.12.0
Platform: Ubuntu Linux
: NOR major
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-01-03 21:22 UTC by Christoph Thielecke
Modified: 2025-04-15 17:09 UTC (History)
4 users (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 Christoph Thielecke 2025-01-03 21:22:28 UTC
The mtp kioslave can be used to access mobile file system.
I can copy a folder structure with sub folders to the device if not existing.
If a sub folder exist already, an error message box is shown up "Can't create folder" and the copy task is aborted.
It would be better to skip folder creation in this case and just try to write the content into the existing folder on the device.
Comment 1 Nate Graham 2025-01-04 02:59:57 UTC
Can reproduce on git master too.
Comment 2 Christoph Thielecke 2025-04-15 17:09:03 UTC
Still existing on frameworks 6.13.0 :(