DISQUS

Niclas Lindgren's picture

Unregistered

Feeds

aliases

  • Niclas Lindgren

Niclas Lindgren

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
Returning? Login