Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
vb.netを使用してインターネットからファイルをダウンロードするには、それを機能させる方法がいくつかありますが、問題は、ダウンロード中に一部のリンクに問題があることです。問題は、リンクが直接ではないことだと思います。間接リンク付きのファイルをダウンロードしてください:)
HttpWebClient.AllowAutoRedirect自動リダイレクトを許可します。ただし、AllowAutoRedirectデフォルトは true であるため、コードの他の場所を調べる必要がある場合があります。
HttpWebClient.AllowAutoRedirect
AllowAutoRedirect