Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
07-07-2010, 02:32 AM
|
#1
|
|
Senior Member
Registered: Dec 2008
Posts: 4,732
|
How to make sure that an ISO download continues from where it left, after a hard reboot ?
OpenSuse 11.2
Firefox 3.6.6
DownThemAll 1.1.1.0
I am downloading Slackware 13.1 (32 bit) from Softpedia using the firefox Add-on, DownThemAll.
My computer is not on a UPS, so if the electricity is off, how should I make sure after restarting the computer, the download continues from where it left rather than restarting the whole process again ?
Kindly guide !
Last edited by Aquarius_Girl; 07-07-2010 at 02:39 AM.
Reason: Missing info
|
|
|
|
07-07-2010, 03:31 AM
|
#2
|
|
Senior Member
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291
Rep:
|
Try
Code:
wget -c "http://urlname"
in a terminal.
|
|
|
1 members found this post helpful.
|
07-07-2010, 03:53 AM
|
#3
|
|
Senior Member
Registered: Dec 2008
Posts: 4,732
Original Poster
|
Quote:
Originally Posted by Tuttle
Try
Code:
wget -c "http://urlname"
in a terminal.
|
Thanks !
I read the following in man wget just now:
Quote:
|
If the server supports re-getting, it will instruct the server to continue the download from where it left off.
|
It seems that whether downloading will be continued or not depends on the Server rather on the downloading tool ????
IS IT SO ? or I am getting it wrong ?
Last edited by Aquarius_Girl; 07-07-2010 at 03:55 AM.
|
|
|
|
07-07-2010, 03:55 AM
|
#4
|
|
Senior Member
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291
Rep:
|
Quote:
Originally Posted by anishakaul
It seems that whether downloading will be continued or not depends on the Server rather on the downloading tool ????
IS IT SO ? or I am getting it wrong ?
|
It is so.
|
|
|
1 members found this post helpful.
|
07-07-2010, 03:57 AM
|
#5
|
|
Member
Registered: Jun 2010
Distribution: Fedora
Posts: 289
Rep:
|
I've used GFTP for Slackware 13.1 before. FTP will also allow you to continue your interrupted download. It was very easy to download Slackware, Kubuntu, etc. GFTP will allow fast downloads and continuation of anything. 
|
|
|
1 members found this post helpful.
|
07-07-2010, 03:57 AM
|
#6
|
|
Senior Member
Registered: Dec 2008
Posts: 4,732
Original Poster
|
I am downloading the ISO from Softpedia.
How I am supposed to know whether that site supports this feature ?
|
|
|
|
07-07-2010, 03:59 AM
|
#7
|
|
Senior Member
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291
Rep:
|
Quote:
Originally Posted by anishakaul
I am downloading the ISO from Softpedia.
How I am supposed to know whether that site supports this feature ?
|
ctrl+c then restart the download, see what happens!
Ps. most servers seem to support resuming downloads
|
|
|
|
07-07-2010, 04:01 AM
|
#8
|
|
Senior Member
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,704
|
For large downloads (single file (.iso)) I use kget.
With firefox I use DownloadHelper and Download Statusbar (0.9.6.8) Firefox plugins
Download statusbar has a history function, and any small or large files may be resumed after a crash or nightly shutdown (I know not everybody turns their computer off at night, But I generally do so).
So maybe download Statusbar may help you too.
Hope this helps, Glenn
|
|
|
|
07-07-2010, 04:03 AM
|
#9
|
|
Senior Member
Registered: Dec 2008
Posts: 4,732
Original Poster
|
Quote:
Originally Posted by prdeltoid
I've used GFTP for Slackware 13.1 before. FTP will also allow you to continue your interrupted download. It was very easy to download Slackware, Kubuntu, etc. GFTP will allow fast downloads and continuation of anything. 
|
Thanks but I did not understand what you meant.
My current download just failed.
An error message occurred saying "Can't communicate with server" and now it is again starting with 0%.  
|
|
|
|
07-07-2010, 04:05 AM
|
#10
|
|
Senior Member
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291
Rep:
|
Quote:
Originally Posted by anishakaul
Thanks but I did not understand what you meant.
My current download just failed.
An error message occurred saying "Can't communicate with server" and now it is again starting with 0%.  
|
How about using the ftp site?
Try:
Code:
wget -c ftp://urlname
|
|
|
|
07-07-2010, 04:06 AM
|
#11
|
|
Senior Member
Registered: Dec 2008
Posts: 4,732
Original Poster
|
Quote:
Originally Posted by Tuttle
How about using the ftp site?
Try:
Code:
wget -c ftp://urlname
|
Sorry about the dumb question but where is that ftp site ?
|
|
|
|
07-07-2010, 04:08 AM
|
#12
|
|
Senior Member
Registered: Apr 2004
Location: Brisbane, Australia
Distribution: Devuan
Posts: 3,704
|
Generally, use the same url, just change from http to ftp at the beginning of the address.
|
|
|
1 members found this post helpful.
|
07-07-2010, 04:09 AM
|
#13
|
|
Senior Member
Registered: Jul 2003
Location: Wellington, NZ
Distribution: mainly slackware
Posts: 1,291
Rep:
|
just replace http with ftp in the command, you might be lucky!
Post the command you tried before please so that I can see where you are downlooting from
|
|
|
1 members found this post helpful.
|
07-07-2010, 04:09 AM
|
#14
|
|
Senior Member
Registered: Dec 2008
Posts: 4,732
Original Poster
|
Quote:
Originally Posted by GlennsPref
Generally, use the same url, just change from http to ftp at the beginning of the address.
|
Ok now I get it, I try and let you know, but I'll have to do it with wget, is DownThemAll of no use then !
Thanks
|
|
|
|
07-07-2010, 04:13 AM
|
#15
|
|
Senior Member
Registered: Dec 2008
Posts: 4,732
Original Poster
|
Quote:
Originally Posted by Tuttle
just replace http with ftp in the command, you might be lucky!
Post the command you tried before please so that I can see where you are downlooting from
|
Thanks again
Code:
wget ftp://ftp.belnet.be/packages/slackware/slackware-13.1-iso/slackware-13.1-install-dvd.iso
You know I just copy pasted the url in the terminal and then I noticed the ftp already prefixed to it !!!!
So does it mean it will be successful now with wget ?
|
|
|
|
All times are GMT -5. The time now is 05:00 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|