| Author |
Message |
einar
Joined: 12 Nov 2010 Posts: 153
|
Posted: Mon 10 Jan 2011, 07:16 Post subject:
TerraCopy |
|
Is there a linux alternative to Terracopy ?
im using 5.2 and not having the progress bar and kb/s is frustratring.
and setting up a copy queue / resume on fail would be nice to.
Thanks for all help
|
|
Back to top
|
|
 |
stu90

Joined: 25 Feb 2010 Posts: 1401 Location: England. Dell Inspiron 1501. Dpup
|
Posted: Mon 10 Jan 2011, 11:06 Post subject:
|
|
Not sure if this is what you are after but Midnight Commander has a progress/speed bar when copying/moving files.
http://www.murga-linux.com/puppy/viewtopic.php?t=51592
|
|
Back to top
|
|
 |
einar
Joined: 12 Nov 2010 Posts: 153
|
Posted: Tue 11 Jan 2011, 03:21 Post subject:
|
|
i was thinking of a small app. not a filemanager anyways MC looks to mutch like the NC i used back in the day. I think of puppy 5.2 as a modern system and i dont want mixed feelings. thats what i get from MC PCmanFM looks good. if this has a copy option and we can make it default filemanager i would have chosen that option.
can anyone look at these two programs ?
http://alternativeto.net/software/teracopy/?platform=linux
they are called ultracopier and minicopier
|
|
Back to top
|
|
 |
CatDude

Joined: 03 Jan 2007 Posts: 1355 Location: UK
|
Posted: Sat 22 Jan 2011, 09:07 Post subject:
|
|
Hello einar
| einar wrote: | can anyone look at these two programs ?
http://alternativeto.net/software/teracopy/?platform=linux
they are called ultracopier and minicopier |
That second one is simple enough to run. so long as you have the Java Runtime Environment (5.0 minimum) installed.
All you need to do is download MiniCopier-0.5.tar
and unpack it somewhere, you will get a directory called MiniCopier-0.5
Inside of that directory is a file called: MiniCopier.sh, simply click on that and the application will start.
CatDude
P.S
Tested in Puppy-4.32
.
| Description |
|
| Filesize |
28.51 KB |
| Viewed |
783 Time(s) |

|
| Description |
|
| Filesize |
21.16 KB |
| Viewed |
791 Time(s) |

|
| Description |
|
| Filesize |
27.43 KB |
| Viewed |
772 Time(s) |

|
_________________

|
|
Back to top
|
|
 |
amigo
Joined: 02 Apr 2007 Posts: 1759
|
Posted: Sat 22 Jan 2011, 12:31 Post subject:
|
|
A java GUI is gonna really slow down the rate of copying -even the progressbar in modern ROX-filer adds loads of CPU cycles. When I'm gonna copy something big, I oen a terminal and use cp to makes things faster. Being able to pause and resume a copy is nice -you could probably achieve the same result with wget. I've coded gauges and progress bars using Xdialog before, but even there you really waste a lot cycles checking the sizes of files, converting that to percentages, etc. The lighteste alternative is to not calculate sizes at all and just show a back-and-forth cursor or changing icons which indicate activity. Sorry, I just hate java more than nearly anything else...
|
|
Back to top
|
|
 |
einar
Joined: 12 Nov 2010 Posts: 153
|
Posted: Wed 26 Jan 2011, 05:36 Post subject:
|
|
| CatDude wrote: | Hello einar
| einar wrote: | can anyone look at these two programs ?
http://alternativeto.net/software/teracopy/?platform=linux
they are called ultracopier and minicopier |
That second one is simple enough to run. so long as you have the Java Runtime Environment (5.0 minimum) installed.
All you need to do is download MiniCopier-0.5.tar
and unpack it somewhere, you will get a directory called MiniCopier-0.5
Inside of that directory is a file called: MiniCopier.sh, simply click on that and the application will start.
CatDude
P.S
Tested in Puppy-4.32
. |
thanks CatDude, will try this at home
|
|
Back to top
|
|
 |
einar
Joined: 12 Nov 2010 Posts: 153
|
Posted: Wed 26 Jan 2011, 05:38 Post subject:
|
|
| amigo wrote: | | A java GUI is gonna really slow down the rate of copying -even the progressbar in modern ROX-filer adds loads of CPU cycles. When I'm gonna copy something big, I oen a terminal and use cp to makes things faster. Being able to pause and resume a copy is nice -you could probably achieve the same result with wget. I've coded gauges and progress bars using Xdialog before, but even there you really waste a lot cycles checking the sizes of files, converting that to percentages, etc. The lighteste alternative is to not calculate sizes at all and just show a back-and-forth cursor or changing icons which indicate activity. Sorry, I just hate java more than nearly anything else... |
Hi mr Amigo
what do you mean with "even the progressbar in modern ROX-filer adds loads of CPU cycles." is there a progress bar in rox filer ? and what do you mean by modern. Im using Lucid 5.2. does that have a old rox filer ?
thanks for help
regards Einar
|
|
Back to top
|
|
 |
chrome307

Joined: 15 Jan 2009 Posts: 713
|
Posted: Wed 26 Jan 2011, 07:05 Post subject:
|
|
I haven't tried this myself or compiled it either, but have you looked at 'Ultracopier' ?
Available here for various OSes:
http://ultracopier.first-world.info/download-all.html
Source ( build 0.2.0.16 ):
http://files.first-world.info/ultracopier/0.2.0.16/ultracopier-src-0.2.0.16.tar.bz2
|
|
Back to top
|
|
 |
|