Sfoglia il codice sorgente

Add WGET Recursive Download File Index

Example command to download an entire file index recursively using WGET.
master
Nate Bohman 3 anni fa
parent
commit
bdb0836cac
Firmato da: Nate Bohman <natrinicle@gmail.com> ID Chiave GPG: C10546A54ABA1CE5
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. +6
    -0
      download_file_index_recursively.sh

+ 6
- 0
download_file_index_recursively.sh Vedi File

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

Loading…
Annulla
Salva