Переглянути джерело

Add WGET Recursive Download File Index

Example command to download an entire file index recursively using WGET.
master
Nate Bohman 3 роки тому
джерело
коміт
bdb0836cac
Підписано: Nate Bohman <natrinicle@gmail.com> Ідентифікатор GPG ключа: C10546A54ABA1CE5
1 змінених файлів з 6 додано та 0 видалено
  1. +6
    -0
      download_file_index_recursively.sh

+ 6
- 0
download_file_index_recursively.sh Переглянути файл

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

Завантаження…
Відмінити
Зберегти