wget alternative in Windows
In case you need to download a file from URL, something similar to wget, you can use Powershell in Windows: Invoke-WebRequest -OutFile sample.pdf http://mywebsite.com/sample.pdf
Tech Tips and Tricks
In case you need to download a file from URL, something similar to wget, you can use Powershell in Windows: Invoke-WebRequest -OutFile sample.pdf http://mywebsite.com/sample.pdf