Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-24-2005, 06:01 PM
|
#1
|
|
Member
Registered: Aug 2003
Location: Brisbane, Australia
Distribution: slackware-current
Posts: 30
Rep:
|
Download manager that you can set download times?
Is there a download manager that you can set the start and finish times for it to do the downloading.
My ISP gives me free data between 1am and 9am, and I currently use cron to rsync my slackware mirror and such, but I want to know if there exists a 'download manager' or sorts that can do the same.
Cron would suffice, but I want to be able to 'pause' downloads at say 8:55am, and be able to resume them the following night at 1:05am. Cron won't work to resume any unfinished downloads.
d4x has been suggested, but is not an option as it needs glib 2.4, and I am running 2.6, so it won't compile.
I have tried k3b, but can't find anywhere to program start/finish times. Gwget is nice, but the same as k3b, it does not seem to be time programmable.
Any ideas?
TK.
|
|
|
|
03-24-2005, 06:05 PM
|
#2
|
|
Senior Member
Registered: Mar 2004
Distribution: Slackware
Posts: 4,282
Rep:
|
Use wget in your cron with the -c option (--continue, resume download)
wget -c ftp://sunsite.doc.ic.ac.uk/ls-lR.Z
|
|
|
|
03-24-2005, 06:46 PM
|
#3
|
|
Member
Registered: Aug 2003
Location: Brisbane, Australia
Distribution: slackware-current
Posts: 30
Original Poster
Rep:
|
Yeah, but say I was downloading a 4.7gig Linux DVD iso.
At 1am cron runs wget ftp://somemirror.com/linuxdvd.iso
9am rolls around, and only 3gig is complete, but I want to kill wget safely, to resume the download again at 1am the following night.
How can I safely kill the download with cron so that it can be continued later that night?
|
|
|
|
03-24-2005, 06:49 PM
|
#4
|
|
Senior Member
Registered: Mar 2004
Distribution: Slackware
Posts: 4,282
Rep:
|
You could use killall wget, I would think wget is enough smart to accomodate.
Try wget a little file, then killall wget, then wget -c the little file
[edit]
As I read man wget
Quote:
...If the server supports regetting, it
will instruct the server to continue the download from
where it left off.
|
Maybe it is a server feature too, if it fails, consider change the mirror
Last edited by keefaz; 03-24-2005 at 06:54 PM.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:50 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
|
|