Automatically download files in Ruby
        Posted  
        
            by 
                Obinna
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Obinna
        
        
        
        Published on 2013-11-02T03:52:02Z
        Indexed on 
            2013/11/02
            3:53 UTC
        
        
        Read the original article
        Hit count: 226
        
I'm trying to write a ruby script which automatically downloads some files from some server ever 30-45 minutes (to prevent overload) as long as my computer is turned on. It's possible that my computer might be turned off at some point, but the download should resume (probably re-download the current file). I already have the file list but I can't figure out how to make such a script to run autonomously. What are some ways I can do this?
© Stack Overflow or respective owner