LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   wget, download from multiple servers (https://www.linuxquestions.org/questions/linux-software-2/wget-download-from-multiple-servers-728678/)

skuzye 05-26-2009 03:50 PM

wget, download from multiple servers
 
I was wondering if there's a way to use wget to download the same file from multiple files (like DAP or other download acelerators for windows).

Is this possible?

Not upon it on google, though.

Skuzye

quanta 05-26-2009 10:51 PM

There is no way. You can try aget instead of wget.

skuzye 05-27-2009 07:48 AM

hmm... what if you start more than one process with -c option and each one to download to the same file but from different servers? would it corrupt the file?

Skuzye

quanta 05-27-2009 10:35 AM

Quote:

Originally Posted by skuzye (Post 3554281)
hmm... what if you start more than one process with -c option and each one to download to the same file but from different servers? would it corrupt the file?

Skuzye

I think so. Try it and give me the answer.

I think -c option is the same to resume feature.

skuzye 05-27-2009 03:09 PM

I don't think it work. Look:

Quote:

Continuing in background, pid 385.
Output will be written to `wget-log.2'.
kuika@skuzye:~/test$ Continuing in background, pid 387.
Output will be written to `wget-log.3'.
Quote:

385 ? Ss 0:00 wget -c -b -O both http://mirrors.dotsrc.org/slackware/....10-i486-2.tgz
387 ? Ss 0:00 wget -c -b -O both http://darkstar.ist.utl.pt/slackware....10-i486-2.tgz
Quote:

kuika@skuzye:~/test$ du both
5125 both
kuika@skuzye:~/test$ du server1
2563 server1


All times are GMT -5. The time now is 02:21 PM.