How do I schedule downloading a serious of files?

Discussion in 'Site & Server Administration' started by fenyullow, Oct 23, 2007.

  1. #1
    I want to set up a schedule task to download a serious of files from a website when they're available, for example

    I want to download from http://www.domain.com/downloads/, the file names are 1.mp3, 2.mp3, ......100.mp3 when they're available as they're still publishing it.

    Any scripts or tools can do that on schedule?
    Thanks
     
    fenyullow, Oct 23, 2007 IP
  2. sysadm

    sysadm Peon

    Messages:
    20
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    man wget
    man crontab
     
    sysadm, Oct 24, 2007 IP
  3. inworx

    inworx Peon

    Messages:
    4,860
    Likes Received:
    201
    Best Answers:
    0
    Trophy Points:
    0
    #3
    This can be done via crontab, but it'll try every x days or hours etc.

    There's no script or function which can do that on a specified date and time.
     
    inworx, Oct 27, 2007 IP