Procházet zdrojové kódy

Add WGET Recursive Download File Index

Example command to download an entire file index recursively using WGET.
master
Nate Bohman před 3 roky
rodič
revize
bdb0836cac
Podepsáno: Nate Bohman <natrinicle@gmail.com> ID GPG klíče: C10546A54ABA1CE5
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. +6
    -0
      download_file_index_recursively.sh

+ 6
- 0
download_file_index_recursively.sh Zobrazit soubor

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

Načítá se…
Zrušit
Uložit