Once upon a time Oki DZ ([EMAIL PROTECTED]) wrote: > Hi, > > I'd like to download deb files during the nights. Unfortunately, I don't > have the script for doing just exactly that; eg: have a file of a pile of > URL's, and then do something like: > dl-force my-urls > in which how many time-outs were experienced, the files would be > successfully downloaded. > > Would anyone be pleased to write such a script? (if there's none yet, of > course.) >
the easiest way if you don't want to use apt-get is : wget -i debs_file where debs_file is a file with url's for the debs that you want. I hope this helps Ayman