Skip to content

Instantly share code, notes, and snippets.

@timyhac
Created June 16, 2016 00:56
Show Gist options
  • Save timyhac/af8688ac2df200ff9029a1a39bf5d326 to your computer and use it in GitHub Desktop.
Save timyhac/af8688ac2df200ff9029a1a39bf5d326 to your computer and use it in GitHub Desktop.
$url = "http://mirror.internode.on.net/pub/test/10meg.test"
$output = "10meg.test"
(New-Object System.Net.WebClient).DownloadFile($url, $output)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment