Last Updated: February 25, 2016
·
7.826K
· adlermedrado

Downloading files using http with Powershell

If you are using Windows and miss tools like wget, you can use Powershell to do cool stuff.

Below is a example of how to get files using Powershell.

Invoke-WebRequest getcomposer.org/installer -OutFile composer.php

Hope it helps.