download directory recursive using wget

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    download directory recursive using wget

    if you are sick of using save option in crome and hate using IDM (buggy Grabber)
    use this
    command on Linux / (cygwin on win)
    reject command will avoid downloading index.html
    Code:
    wget -r -nH --cut-dirs=2 --no-parent --reject="index.html*" http://example.com
    i use this code to download cygwin latest version from there mirror sites which were toooo slow to download there packages
Working...
X