[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: downloaders for linux



vinu was found saying:

>hi
>  i down loaded the downloader for x for RH6.2
>At a time it only downloads only one file.

IMHO wget is good try it.

>Rest all is fine about the downloader.
>Do we have a downloader for linux which can download
>multiple files at a time like getright.

That is the difference between Windows and Linux.  Under Linux you don't
need such capability. Just start another instance of the program and run all
of them in background ( use & after the command)

Like

wget <URL1> &
wget <URL2> & ...

>Also tell me how to configure the lynx browser
>for using a proxy....
>bye
>vinu
>
>