DISQUS
Unregistered
Feeds
Comments only
Comments with replies
aliases
Niclas Lindgren
Niclas Lindgren
Is this you?
Claim Profile »
5 months ago
in
WGet 2 for PowerShell
on
Huddled Masses
I didn't get it to work with FTP sites, but the "fix" is simple, merely change the line
if($res.StatusCode -eq 200) {
to
if($res.StatusCode -eq 200 -or $res.StatusCode -eq "OpeningData") {
Cheers,
Niclas
Jump to »
Returning?
Login
Reblog this comment
close