Get only zip files
wget -A zip -r -l 1 -nd http://url.com/
Get all files except html etc.
wget -R html,htm,php,asp,jsp,js,py,css -r -l 1 -nd http://url.com
Get only zip files
wget -A zip -r -l 1 -nd http://url.com/
Get all files except html etc.
wget -R html,htm,php,asp,jsp,js,py,css -r -l 1 -nd http://url.com