TerraCopy

Requests go here. If you fill a request, give it a new thread in the appropriate category and then link to it in the request thread.
Post Reply
Message
Author
einar
Posts: 161
Joined: Fri 12 Nov 2010, 12:22

TerraCopy

#1 Post by einar »

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

stu90

#2 Post by stu90 »

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

einar
Posts: 161
Joined: Fri 12 Nov 2010, 12:22

#3 Post by einar »

stu90 wrote: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
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/terac ... form=linux

they are called ultracopier and minicopier

User avatar
CatDude
Posts: 1563
Joined: Wed 03 Jan 2007, 17:49
Location: UK

#4 Post by CatDude »

Hello einar
einar wrote:can anyone look at these two programs ?

http://alternativeto.net/software/terac ... form=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
.
Attachments
First-start.png
(28.51 KiB) Downloaded 1374 times
Options.png
(21.16 KiB) Downloaded 1385 times
copying-paused.png
(27.43 KiB) Downloaded 1403 times
[img]http://www.smokey01.com/CatDude/.temp/sigs/acer-futile.gif[/img]

amigo
Posts: 2629
Joined: Mon 02 Apr 2007, 06:52

#5 Post by amigo »

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...

einar
Posts: 161
Joined: Fri 12 Nov 2010, 12:22

#6 Post by einar »

CatDude wrote:Hello einar
einar wrote:can anyone look at these two programs ?

http://alternativeto.net/software/terac ... form=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 :)

einar
Posts: 161
Joined: Fri 12 Nov 2010, 12:22

#7 Post by einar »

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

User avatar
chrome307
Posts: 708
Joined: Thu 15 Jan 2009, 11:00

#8 Post by chrome307 »

I haven't tried this myself or compiled it either, but have you looked at 'Ultracopier' ?

Image

Available here for various OSes:

http://ultracopier.first-world.info/download-all.html

Source ( build 0.2.0.16 ):

http://files.first-world.info/ultracopi ... 16.tar.bz2

Post Reply