Web

如何從網路伺服器下載整個目錄?

  • February 9, 2012

我想下載此頁面的內容以供學習。我怎樣才能只下載這個目錄?

這應該有效:

wget -r --no-parent --reject "index.html*" http://lxr.post-tech.com/source/?v=iphone-u-boot-2010-0512

引用自:https://unix.stackexchange.com/questions/31254