We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please i have been trying to install flareVM on my windows 11 vm with this "(New-Object net.webclient).DownloadFile('https://raw.githubusercontent.com/mandiant/flare-vm/main/install.ps1',"$([Environment]::GetFolderPath("Desktop"))\install.ps1")" but i get the response of - "Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: An unexpected error occurred on a send." At line:1 char:115
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(New-Object net.webclient).DownloadFile('https://raw.githubusercontent.com/mandiant/flare-vm/main/install.ps1',"$([Environment]::GetFolderPath("Desktop"))\install.ps1")
VirtualBox powershell 5.6 windows 11
No response
The text was updated successfully, but these errors were encountered:
The link showed 404 status code on clicking, Tried replacing the link:
(New-Object net.webclient).DownloadFile('https://raw.githubusercontent.com/mandiant/flare-vm/refs/heads/main/install.ps1',"$([Environment]::GetFolderPath("Desktop"))\install.ps1")
Worked in my case
Sorry, something went wrong.
For me I've got this error.
Ana06
No branches or pull requests
What's the problem?
please i have been trying to install flareVM on my windows 11 vm with this "(New-Object net.webclient).DownloadFile('https://raw.githubusercontent.com/mandiant/flare-vm/main/install.ps1',"$([Environment]::GetFolderPath("Desktop"))\install.ps1")" but i get the response of - "Exception calling "DownloadFile" with "2" argument(s): "The underlying connection was closed: An unexpected error
occurred on a send."
At line:1 char:115
Steps to Reproduce
(New-Object net.webclient).DownloadFile('https://raw.githubusercontent.com/mandiant/flare-vm/main/install.ps1',"$([Environment]::GetFolderPath("Desktop"))\install.ps1")
Environment
VirtualBox
powershell 5.6
windows 11
Additional Information
No response
The text was updated successfully, but these errors were encountered: