wget - download a subdirectory only


Posted by admin on 13/06/2016 01:54:11



You can do:
wget -r -l1 --no-parent http://www.domain.com/subdirectory/
where:
  • -r: recursive retrieving
  • -l1: sets the maximum recursion depth to be 1
  • --no-parent: does not ascend to the parent; only downloads from the specified subdirectory and downwards hierarchy

users

username:

password:

partners







newsletter