Say I have:
http://svnserver/repoid/appname/language/module/
I am trying to load everything below the node module , unfortunately the page contains links to both elements below and elements above in the hierarchy (as the output of bash ls -ltr
). Therefore, when I use wget with the possibility of recursive download, I get the full loaded website (svn repository), and not just the module I need.
Is there any trick to prevent wget from following links pointing to parent elements?
source share