Example command to download an entire file index recursively using WGET.master
@@ -0,0 +1,6 @@ | |||
#!/usr/bin/env bash | |||
# Using TOR | |||
# torsocks wget -r -np -R "index.html*" http://someonionaddress.onion/library/ | |||
wget -r -np -R "index.html*" http://fqdn.tld/library |