Results 1 to 10 of 10

Thread: Recomend a good download scheduler

  1. #1
    Join Date
    Mar 2009
    Location
    Earth
    Beans
    128

    Recomend a good download scheduler

    Hi,

    I want a program that I can schedule to download large files (like Jaunty Jackalope.iso) from the internet (not via bittorrent) at midnight so I can use my isp's off peak time.

    Preferably it would have a GUI and work with firefox and even do bittorrent too.

    Is there such a program. If not what is the next best thing?

  2. #2
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,701

    Re: Recomend a good download scheduler

    I would be inclined to use wget. It's more reliable than firefox. Launch it with at like this :
    1: Say when to run: at 2:00 (at warns about using sh)
    2: Enter the command: wget http://www.acme.com/secret-file
    3: End your command sequence with Ctrl-D

  3. #3
    Join Date
    Mar 2009
    Location
    Earth
    Beans
    128

    Re: Recomend a good download scheduler

    Isn't wget a command line program?

  4. #4
    Join Date
    Mar 2007
    Location
    Texas, USA
    Beans
    58
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Recomend a good download scheduler

    wget is a command line program, yes. You can use gnome-schedule to create a crontab entry. I don't remember if gnome-schedule is installed by default. If you don't have it you can install it through synaptic.
    After installation it can be found under System > Preferences > Scheduled Tasks. Create new task by clicking the New button. Set the task description, execution time, and the task. The simplest task would be using wget (as The Cog suggested).

  5. #5
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: Recomend a good download scheduler

    Actually, cron and wget have an excellent GUI: gedit.

  6. #6
    Join Date
    Mar 2007
    Location
    Texas, USA
    Beans
    58
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Recomend a good download scheduler

    For general downloading, I like axel (it's command line only, but you could use it from gnome-schedule if you wanted to). Axel is in the repo's and can be installed through synaptic.

    What makes axel different is it creates multiple connections to the server and downloads the file in parts. Theoretically this reduces your download time to 33% as long as you have enough bandwidth.

  7. #7
    Join Date
    Jun 2008
    Beans
    59

    Re: Recomend a good download scheduler

    I too think wget is your best bet, though it is a command line program.

    If you really would like something with in firefox, look at the addon
    http://addons.mozilla.org

  8. #8
    Join Date
    Nov 2007
    Location
    London, England
    Beans
    7,701

    Re: Recomend a good download scheduler

    Yes, sorry, I don't know any GUI downloaders that you can automate.
    At is kind of clunky though. It all happens behind the scenes. This mighe be better:
    sleep 2h 30m && wget http://www.acme.com/secret-file
    which you can do in screen if you want to disconnect and leave running. You can cancel it with Ctrl-C.

  9. #9
    Join Date
    May 2008
    Beans
    8

    Re: Recomend a good download scheduler

    "downloader for X" has a schedule option, and as the name suggest an X windowing GUI (with sound effects too!)

  10. #10
    Join Date
    Mar 2007
    Location
    Ashfield, Massachusetts
    Beans
    84
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Recomend a good download scheduler

    +1 for "Downloader for X"

    Its under "d4x" in Synaptic

    I've been using it to avoid the "Fair Access Policy" of my Satellite based ISP (300 meg per day) by scheduling podcast & ISO downloads from 2am to 6am when the FAP doesn't apply

    It works for most urls but not all, for example the links for Cranky Geeks always fail and while Buzz Out Loud works every time The Buzz Report fails every time.

    I haven't been able to find another GUI based downloader that allows scheduling but using cron & wget are worth a try.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •