https://bugs.kde.org/show_bug.cgi?id=419987
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |ASSIGNED CC| |sit...@kde.org --- Comment #1 from Harald Sitter <sit...@kde.org> --- Mhh. These two operations are not the same. When a copy crosses protocol boundary it's no longer a copy, it's an upload/download and those do behave differently by design. The cases you want to compare are copying from smb->local (which means the file protocol is in the driver seat) and local->smb (which means the smb protocol is in the driver seat). As far as I can tell they do behave the same. They are different from smb->smb or local->local. These are actual copies and do not even create the .part file, the .part is purely there to resume upload/downloads at a later time without having to start from scratch. This is not a bug. Even so, there are a number of kind of related bugs I've noticed. Notably smb->smb is actually misbehaving. -- You are receiving this mail because: You are watching all bug changes.