LoginSignup
1
0

More than 5 years have passed since last update.

Windows10でcurl使ってファイルのDL

Last updated at Posted at 2018-11-17

したい

やり方

Windows PowerShellを使う(スタートボタン右クリックで出てくる)
1.curlにかかってるエイリアスを消す

del alias:curl

2.curl が普通に使えるか確認する

curl

3.普通にcurlコマンド叩く

ちなみにファイルをDLするためのオプションは-oか-O
分かりやすくほかのオプションまとまってる記事
https://qiita.com/takayukioda/items/edf371b3566bea64d046

自分用に作ったcurlコマンドジェネレーター→https://dafu.cf/tools/pages/curl.php

curl -O DLしたいファイルのURL

やったぜ。

1
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
1
0