Bläddra i källkod

Add WGET Recursive Download File Index

Example command to download an entire file index recursively using WGET.
master
Nate Bohman 3 år sedan
förälder
incheckning
bdb0836cac
Signerad av: Nate Bohman <natrinicle@gmail.com> GPG-nyckel ID: C10546A54ABA1CE5
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. +6
    -0
      download_file_index_recursively.sh

+ 6
- 0
download_file_index_recursively.sh Visa fil

@@ -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

Laddar…
Avbryt
Spara