Преглед изворни кода

Add WGET Recursive Download File Index

Example command to download an entire file index recursively using WGET.
master
Nate Bohman пре 3 година
родитељ
комит
bdb0836cac
Signed by: Nate Bohman <natrinicle@gmail.com> GPG Key ID: 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

Loading…
Откажи
Сачувај