Parcourir la source

Add WGET Recursive Download File Index

Example command to download an entire file index recursively using WGET.
master
Nate Bohman il y a 3 ans
Parent
révision
bdb0836cac
Signé par: Nate Bohman <natrinicle@gmail.com> ID de la clé GPG: C10546A54ABA1CE5
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. +6
    -0
      download_file_index_recursively.sh

+ 6
- 0
download_file_index_recursively.sh Voir le fichier

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

Chargement…
Annuler
Enregistrer