Bug 257911

Summary: Copy operations scan every folder before moving any data
Product: [Unmaintained] kio Reporter: Todd <toddrme2178>
Component: fileAssignee: David Faure <faure>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version First Reported In: 4.5   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Todd 2010-11-25 20:52:49 UTC
Version:           4.5 (using KDE 4.5.3) 
OS:                Linux

When copying files, before kio copies a single byte of data, it always scans through every single folder first.  This is fine when dealing with a small numbers of files and folders.  However, when dealing with large numbers of files and folders it has a massive impact on the length of the operation.  It can take hours to scan through every folder, and while that scan is happening no data is being transferred.  It is almost like doing the whole copy twice, once to scan through every file and folder, then a second time to actually copy them.

Reproducible: Always
Comment 1 Todd 2011-02-08 23:49:41 UTC

*** This bug has been marked as a duplicate of bug 94781 ***