Explorar el Código

Add WGET Recursive Download File Index

Example command to download an entire file index recursively using WGET.
master
Nate Bohman hace 3 años
padre
commit
bdb0836cac
Firmado por: Nate Bohman <natrinicle@gmail.com> ID de clave GPG: C10546A54ABA1CE5
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. +6
    -0
      download_file_index_recursively.sh

+ 6
- 0
download_file_index_recursively.sh Ver fichero

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

Cargando…
Cancelar
Guardar