浏览代码

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

正在加载...
取消
保存