DSL Ideas and Suggestions :: download speed and left



Hello fellow DSLers.

I would like to say that I have used your distro for some time and have seen it get better and better to the point it is now the only one I use. There is one thing I would like to see added as a dialup user, in mydsl I would like when you are downloading files to be able to see the time remaining and bytes left and speed in such instead of watching for my modem lights to stop blinking :).

I think you have a great thing going here, keep up the good work!

use wget.

# wget path/to/the/file/you/want/to/download/target

for example, if i wanted to download the firefox.uci file, i would type this:

# wget ftp.ibiblio/pub/linux/distributions/damnsmall/mydsl/firefox.uci

-J.P.
SaidinUnleashed

or gLinks if you ar not into CLI but prefer GUI
Quote (SaidinUnleashed @ Sep. 16 2004,20:36)
use wget.

# wget path/to/the/file/you/want/to/download/target

for example, if i wanted to download the firefox.uci file, i would type this:

# wget ftp.ibiblio/pub/linux/distributions/damnsmall/mydsl/firefox.uci

-J.P.
SaidinUnleashed

wget -b <url.to.file>
is better since it allows you to continue with using that shell for other things...otherwise on a very large download (DSL for example which takes like 10 min to download) I can start the download and continue doing other stuff...

Brian
AwPhuch


original here.