apache:download_apache_directory_listings_recursively
Apache - Download Apache directory listings recursively
wget -r -np -nH -R index.html http://filestodownload/
where
- -r is for recursive retrieving.
- -np is for no-parent option where wget won't get the parent directory when retrieving recursively.
- -nH equals to no host directories where generation of host-prefixed directories will be disabled.
- -R is to omit index.html.
apache/download_apache_directory_listings_recursively.txt · Last modified: 2020/07/15 09:30 by 127.0.0.1