After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 313301 - ordonnancing of multiple concurrent file transfers with Nautilus
ordonnancing of multiple concurrent file transfers with Nautilus
Status: RESOLVED DUPLICATE of bug 124783
Product: nautilus
Classification: Core
Component: File and Folder Operations
unspecified
Other All
: Normal enhancement
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-12 08:03 UTC by karim
Modified: 2005-08-14 13:07 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description karim 2005-08-12 08:03:55 UTC
Actually, in almost all OS, when you have many files to move or copy, it's
really badly handled.
For exemple when you need to copy or moves files that are not in the same
directory, you can't use multiple selection, to have all this file copied in one
shot.
So you copy some of them, then either you wait for the copy to finish, wich can
take a long time if files are big, or you just run the next copy, wich can take
even longer because of the concurrency between transfers.

Now if we could just queue the transfers, like in most of the web download
manager, it would fix this problems.
It would be nice also to be able to :
- change the order
- start the transfer at a particular time
- put transfers in the background so it doesn't hog all ressources
- select priority according to the file size. For exemple, a queue for big files
and a queue for small files would avoid having to wait
- have the possibility of forcing an immediate transfer that would overtake the
current ones.
- detect if the moving is on the same partition, so it can do it immediately,
since it takes no time.
- detect if a transfert between two partition A and B is already pending and if
not, start immediately the transert, since a transfer between partitions C and D
at the same time would not interfer.

This concurency problem is a problem I have always had no matter wich OS or
window manager I used.
Even in command line, doing this is not easy.
The batch command doesn't seem to do what I need.
I have seen a method for using with mpg123 that uses lp (the printing command)
to queue mp3 file playing.

Maybe something like that already exist ?
Comment 1 Sebastien Bacher 2005-08-14 13:07:36 UTC
Thanks for the bug report. This particular bug has already been reported into
our bug tracking system, but please feel free to report any further bugs you find.

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