使用PowerShell下载文件
1 | powershell (new-object System.Net.WebClient).DownloadFile('文件的URL','文件本地存储的地址') |
例如
1 | powershell (new-object System.Net.WebClient).DownloadFile('http://121.89.218.85/frp_0.37.1_windows_amd64.zip','C:\Users\Administrator\frp_0.37.1_windows_amd64.zip') |
转载无需注明来源,放弃所有权利