wgetでBasic認証

Basic認証のかかったURLからファイルを取得する場合

wget --http-user=<username> --http-passwd=<password> <URL>