Downloading files with powershell

PowerShell
Windows does not have a built in utility to download files given a direct http/ftp URL.
Unix systems, however, have the "wget" (which, by the way, was ported to windows) tool that is very effective and simple to use.

Since powershell can perform any task .NET can, there are some simple alternatives to wget that can be adopted quickly.

Post a Comment

Previous Post Next Post