このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
natrinicle
/
schnippets
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Add WGET Recursive Download File Index
Example command to download an entire file index recursively using WGET.
master
Nate Bohman
3年前
親
0fe1e1b096
コミット
bdb0836cac
署名者:
Nate Bohman
<natrinicle@gmail.com>
GPGキーID:
C10546A54ABA1CE5
1個のファイルの変更
、
6行の追加
、
0行の削除
分割表示
差分情報を表示
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存