This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
natrinicle
/
schnippets
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add WGET Recursive Download File Index
Example command to download an entire file index recursively using WGET.
master
Nate Bohman
3 years ago
parent
0fe1e1b096
commit
bdb0836cac
Signed by:
Nate Bohman
<natrinicle@gmail.com>
GPG Key ID:
C10546A54ABA1CE5
1 changed files
with
6 additions
and
0 deletions
Unified View
Show Diff Stats
+6
-0
download_file_index_recursively.sh
+ 6
- 0
download_file_index_recursively.sh
View File
#!/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
Write
Preview
Loading…
Cancel
Save