我有一個小問題,看起來很簡單...但我只是不明白! 我嘗試下載網站內容:http://cspsp.gshi.org/(如果您嘗試通過www.cspsp.gshi.org訪問它,您會看到錯誤的頁面......)Powershell:下載文件404,但網站存在
爲此,我在PowerShell中這樣做:
(New-Object System.Net.WebClient).DownloadFile('http://cspsp.gshi.org/', 'save.htm')
我可以接取與Firefox的網站,方便地下載其內容,但PowerShell的總輸出這樣的事情:
The remoteserver returned an Error: (404) Nothing found.
(德國翻譯)
我不知道我在做什麼這裏錯了。像Google這樣的其他網站可以正常工作。
感謝您的幫助!