Ver código fonte

Add WGET Recursive Download File Index

Example command to download an entire file index recursively using WGET.
master
Nate Bohman 3 anos atrás
pai
commit
bdb0836cac
Acessado por: Nate Bohman <natrinicle@gmail.com> ID da chave GPG: C10546A54ABA1CE5
1 arquivos alterados com 6 adições e 0 exclusões
  1. +6
    -0
      download_file_index_recursively.sh

+ 6
- 0
download_file_index_recursively.sh Ver arquivo

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

Carregando…
Cancelar
Salvar