ECHO off

REM Change the #Wanted Source URL# with some thing like http://archive.cloudera.com/search/redhat/6/ for example

ECHO Downloading #Wanted Source URL#
ECHO ==========================================================

wget --execute="robots = off" --mirror --convert-links --no-parent --wait=5 -R index.html* #Wanted Source URL#

ECHO Finished Downloading!
ECHO ==========================================================

ECHO on 
PAUSE