You are not logged in.

#1 2008-05-14 16:45:29

fifafrazer
Member
Registered: 2008-02-18
Posts: 81

Looking for a file manager with copy queue

Hey,
I'm looking for a file manager with a file-copy-queue feature.
It is useful when browsing mounted samba shares, and you find something you want to copy.
You'll then start copying the files, and then spot another useful folder. You start copying that as well
and suddenly you got 5 different file copies processing at the same time, which decreases the copy speed.
I also miss the feature when transfering files from my external harddrives.

If there is a lot of FM's with this feature, I prefer one without kde-dependencies, as I am using xfce.

Offline

#2 2008-05-14 17:29:04

Ink-Jet
Member
From: London
Registered: 2008-03-27
Posts: 64
Website

Re: Looking for a file manager with copy queue

I think the latest release of Nautilus has this feature, but obviously has gnome dependencies.

Offline

#3 2009-02-01 12:07:30

kenshis
Member
Registered: 2008-12-16
Posts: 52

Re: Looking for a file manager with copy queue

Hello, I'm looking for a manager with this feature too. Can't believe, that Nautilus is the only one. Any other suggestions pleezz :)

Offline

#4 2009-02-01 14:13:17

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: Looking for a file manager with copy queue

You could use a simple script:

#! /bin/bash
#queue copy
#call with cp's arguments, e.g. qc -R -- /usr/bin/mplayer /tmp

while pgrep '^cp$'; do
sleep 5
done

cp "$@"

And then run that in the background.

Offline

#5 2009-02-02 12:11:06

kenshis
Member
Registered: 2008-12-16
Posts: 52

Re: Looking for a file manager with copy queue

Well, this is only a workaround that can't replace file manager, but thanks for the reply

Offline

#6 2009-02-02 13:44:25

seenxu
Member
Registered: 2008-08-25
Posts: 111

Re: Looking for a file manager with copy queue

If you like cli app, give mc a try. and they just released a new version 4.6.2.

http://www.midnight-commander.org/downloads/

Offline

#7 2009-02-02 15:54:26

Ranguvar
Member
Registered: 2008-08-12
Posts: 2,577

Re: Looking for a file manager with copy queue

If MC really does have that as a feature, it's once again proved itself _the_ graphical (sorta) file manager.

Offline

#8 2009-02-02 17:54:21

briest
Member
From: Katowice, PL
Registered: 2006-05-04
Posts: 468

Re: Looking for a file manager with copy queue

I use batch (from at package, requires running atd) to queue long and potentially resource-hungry operations. It is not a file manager, of course wink

Offline

#9 2009-02-02 18:04:29

seenxu
Member
Registered: 2008-08-25
Posts: 111

Re: Looking for a file manager with copy queue

Ranguvar wrote:

If MC really does have that as a feature, it's once again proved itself _the_ graphical (sorta) file manager.

sorry for misinformed. big_smile

mc has a background job option while copying, it is not exactly a queue like functionality, but simulating to be a queue, and you can stop/resume a background job.

Offline

#10 2009-02-02 19:02:08

tad
Member
Registered: 2006-12-08
Posts: 19

Re: Looking for a file manager with copy queue

Unfortunately, Nautilus doesn't have an actual copy queue. It just groups multiple file operations into a single 'File Operations' window. There's probably a Gnome-Bugzilla feature request for it now.

Offline

#11 2009-06-04 16:33:32

kenshis
Member
Registered: 2008-12-16
Posts: 52

Re: Looking for a file manager with copy queue

krusader 2 does have queuing ability

Offline

#12 2009-06-04 18:17:24

joephantom
Member
From: Latinoamérica
Registered: 2008-01-09
Posts: 94
Website

Re: Looking for a file manager with copy queue

kenshis wrote:

krusader 2 does have queuing ability

++


By striving to do the impossible, man has always achieved what is possible. Those who have cautiously done no more than they believed possible have never taken a single step forward - Mikhail Bakunin

Offline

#13 2009-06-04 18:46:17

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: Looking for a file manager with copy queue

+1 for krusader


how do you use this function in mc?


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#14 2009-12-05 22:08:36

dany
Member
Registered: 2009-12-05
Posts: 1

Re: Looking for a file manager with copy queue

Hi guys,
I just wrote a patch for Midnight Commander which allow me to keep in running once job a time.

If you need... wink

Dany smile

Offline

#15 2009-12-07 20:06:14

kenshis
Member
Registered: 2008-12-16
Posts: 52

Re: Looking for a file manager with copy queue

Yea @dany, i'm interested.
How does it work? Does it moves operation to background, and then just executes them on after other? That is, can i see somewhere what operations are pending, and if needed, can i stop it?

Offline

Board footer

Powered by FluxBB