wget

  • URLで指定されたファイルをDLする
wget http://ftp.riken.jp/Linux/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-bin-DVD1.iso
  • ディレクトリを指定してDLする
wget -P /data http://ftp.riken.jp/Linux/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-bin-DVD1.iso
  • ファイル名を指定してDLする
wget -O dvd.iso http://ftp.riken.jp/Linux/centos/6.4/isos/x86_64/CentOS-6.4-x86_64-bin-DVD1.iso