Bug 257911 - Copy operations scan every folder before moving any data
Summary: Copy operations scan every folder before moving any data
Status: RESOLVED DUPLICATE of bug 94781
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: file (show other bugs)
Version: 4.5
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-25 20:52 UTC by Todd
Modified: 2011-02-08 23:49 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***