LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   wget via mirrors (https://www.linuxquestions.org/questions/linux-newbie-8/wget-via-mirrors-4175473004/)

linuxbird 08-11-2013 12:40 PM

wget via mirrors
 
I have been trying to download slackware ISOs using wget after hours.

nice wget -v -t 99 -r -c -e robots=off http://mirrors.slackware.com/slackwa...ckware-current

What I get is a bunch of directories corresponding to each of the servers that I used via mirror.slackware.com.

So I added -nH. Then I added --cut-dirs. Then I found out that I was somehow pulling bunches of stuff, like older distributions which I never asked for.

Am I missing something which changed when the mirrors implementation was folled out?

brianL 08-12-2013 05:17 AM

Try?:
Code:

nice wget -v -t 99 -r -c -e robots=off http://slackware.mirrors.tds.net/pub/slackware/slackware-14.0-iso

linuxbird 08-12-2013 04:38 PM

Quote:

Originally Posted by brianL (Post 5007702)
Try?:
Code:

nice wget -v -t 99 -r -c -e robots=off http://slackware.mirrors.tds.net/pub/slackware/slackware-14.0-iso

That is how I used to do it...but slackware.com now suggests using the mirrors.slackware.com address, and I was trying to get things to work that way.

linuxbird 08-13-2013 08:40 AM

I tried specifically that, and while it may have worked in the past, it doesn't now. When I try it now, it seems to go deeper than the root, and transfer all slackware distributions, which is not desired.

I am wondering if somehow either the directory structure has changed, or my global wget config may have changed. I'll see if there is a wget config, and chase that down first.

Pretty extensive googling did not find anyone else complaining of the same problem.

lleb 08-13-2013 09:02 AM

what about this URL?

http://slackware.mirrors.tds.net/pub...nstall-dvd.iso


All times are GMT -5. The time now is 07:28 AM.