R&D/클라우드

wget 으로 RPM mirror하기

sunshout 2016. 11. 7. 09:49

예제

wget -r -nH --cut-dirs=3 -np http://ftp.usf.edu/pub/centos/5.4


옵션

-r : recursive download

-nH: don't create host directory

--cut-dirs=N : ignore NUMBER remote directory components