DISQUS

DISQUS Hello! Huddled Masses is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Huddled Masses

Joel Bennett's development blog...
Jump to original thread »
Author

wget for PowerShell

Started by Jaykul · 9 months ago

Update: You should look at this other WGet for PowerShell script if what you want is to just download a file and have it work…

I’m probably the last person on the planet to figure out how easy it is to get a basic wget working in PowerShell … but ju ... Continue reading »

2 comments

  • You can let the path parsing stuff be done by casting to a [system.uri] object.
  • Yeah, but it's not just a matter of path parsing... a lot of download sites obscure the file name somewhat by using a URL like domain.com/Downloads/ProjectReleases.aspx?ReleaseId=6426 using system.uri to try to get the file name would have you saving a .zip file as "ProjectReleases.aspx" ...

Add New Comment

Returning? Login