0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Windows Powershellのwgetが遅いとき

Last updated at Posted at 2023-11-14

WindowsのPowershellでwgetしようとするととても遅い

本当に遅いのでなにか解決策はないかと調べた
https://www.nuits.jp/entry/2020/03/15/091622

wget -UseBasicParsing 'Download link' -OutFile filename

-UseBasicParsingを付けたらちょっと速くなった。
このオプションをつけないとDLの進捗をコンソールに表示し続けてしまうのでかなり遅くなる…らしい。本末転倒じゃないか。

Start-BitsTransfer -Source http://hostname/download.file -destination output/path

これでめっちゃ速くなった。なんでかは…気が向いたら調べて書く。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?