GNU Wget + Index of /

Other talk about Salix
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

Re: GNU Wget + Index of /

Post by zAchAry »

back to topic:

Code: Select all

wget -r -np -l 2 <index_page_address>
credits: histolo2

Code: Select all

       -r
       --recursive
           Turn on recursive retrieving.

Code: Select all

       -np
       --no-parent
           Do not ever ascend to the parent directory when retrieving
           recursively.  This is a useful option, since it guarantees that
           only the files below a certain hierarchy will be downloaded.

Code: Select all

       -l depth
       --level=depth
           Specify recursion maximum depth level depth.  The default maximum
           depth is 5.
Last edited by zAchAry on 16. Oct 2010, 06:23, edited 1 time in total.
Image
Help to make Slackware easier Donate to Salix
User avatar
pwatk
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: GNU Wget + Index of /

Post by pwatk »

Duncan_Idaho wrote:
damNageHack wrote:offtopic :arrow: According to my law teacher (with is a danish lawyer also), it is the law of the destination country to which the language is dedicated. So if you - for example - create a page in swedish, but the server is in USA, then swedish law will be applied in general.
mmmm, so basically that mean that americans(for example) can claim legal jurisdiction over any web page written in english? :?

the more you know :mrgreen:
Surely that would be England not America (not that I'm bias of course) :lol: :D
Image
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: GNU Wget + Index of /

Post by damNageHack »

The only thing to be aware of here is, that you have to be carefull to which market you are dedicating your web page, especially with the language.
Mostly everybody should be able to understand english, so do not care.
And it is highly recommended that you then provide your page in at least the most common spoken languages of the world.
Post Reply