Pārlūkot izejas kodu

Add WGET Recursive Download File Index

Example command to download an entire file index recursively using WGET.
master
Nate Bohman pirms 3 gadiem
vecāks
revīzija
bdb0836cac
Parakstījis: Nate Bohman <natrinicle@gmail.com> GPG atslēgas ID: C10546A54ABA1CE5
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  1. +6
    -0
      download_file_index_recursively.sh

+ 6
- 0
download_file_index_recursively.sh Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt