ソースを参照

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キー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

読み込み中…
キャンセル
保存