1. 程式人生 > >wget批量下載

wget批量下載

name http des www arc bin hive yum源 use

下載ftp文件:

wget --ftp-user=User --ftp-pas­swo­rd=Mir URL

下載yum源文件:

#!/bin/bash
yum_site="http://nginx.org/packages/centos/7/x86_64/"
dest_dir=$(cd $(dirname $0); pwd)
wget -m -c -N -np -nH --cut-dirs=1 --reject=html  $yum_site  -P $dest_dir

wget -nc -np -r -k http://www.ctan.org/tex-archive/macros/latex/

wget批量下載