#!/bin/bash

# packages were got from http://httpupdate.cpanel.net/RPM/11.130/centos/10/x86_64/

BASE='http://httpupdate.cpanel.net/RPM/11.130/centos/10/x86_64/'
DEST='/var/ftp/pub/other/cl10/ext4ea4/x86_64/Packages'

wget -e robots=off --recursive --level=1 --no-parent --timestamping --no-host-directories --cut-dirs=5 --accept='*.rpm' --directory-prefix="$DEST" "$BASE"
