James Fiore on 16 Apr 2004 18:43:02 -0000 |
This will not help you for the process you already have running but is a great way of keeping track of your downloads. >From a shell run: wget -b <url to download> it will download your file using wget and will immediately send the process to the background while writing the progress every few seconds to a file called wget-log. You can then at any time from anywhere ssh into your server and tail the wget-log to get a current status of how much of the file has been downloaded and what your current average transfer rate is for the download. ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|