Aam*_*mir 69
你可以做:
wget -r -l1 --no-parent http://www.domain.com/subdirectory/
哪里:
-r: recursive retrieving
-l1: sets the maximum recursion depth to be 1
--no-parent: does not ascend to the parent; only downloads from the specified subdirectory and downwards hierarchy
Run Code Online (Sandbox Code Playgroud)
Kar*_*mai 10
$ wget -m -p -E -k -K -np {URL Address}
Run Code Online (Sandbox Code Playgroud)
您可以使用手册页获取选项的详细信息.
注意:使用以前的选项,将下载文件索引!