Firewallの内側にあるマシンから、wget を使う場合、
ftpをパッシブモードにするために、"--passive-ftp" オプションが必要だが、
いちいち入力するのが面倒なので、wgetrc を編集して
オプションなしでもパッシブモードになるようにする。
38行目から42行目
----------------ここから
# Many sites are behind firewalls that do not allow initiation of
# connections from the outside. On these sites you have to use the
# `passive' feature of FTP. If you are behind such a firewall, you
# can turn this on to make Wget use passive FTP by default.
passive_ftp = on
----------------ここまで