LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   is this possible with downloader for x or wxdownload? (https://www.linuxquestions.org/questions/linux-software-2/is-this-possible-with-downloader-for-x-or-wxdownload-590384/)

yianni 10-08-2007 07:37 PM

is this possible with downloader for x or wxdownload?
 
Ok I download files from Mediamax, but usually it's around 50 .rars, there an option where you select all the files and save it into a .url format, in getright I was able to load that .url list and it would que all the 50 or however many files, that way I didn't have to single pick each file and download it. My question is, is it possible to load these .url files in any of these download managers?

GrapefruiTgirl 10-08-2007 07:59 PM

Check into 'wget'. It can do that. There's a man page for it.

kstan 10-09-2007 02:59 AM

as GrapefruiTgirl mentioned, with wget it can download all linked url in a single webpage.

wget -r -l 1 -k http://www.website.com/fileindex.html

yianni 10-09-2007 07:42 AM

thanks for the replys, but is it possible in any download managers? also in getright i was able to download as many of the list as i wanted at a time


All times are GMT -5. The time now is 01:14 AM.