Home > OS >  Unable to connect to remote server CMD how to return a responsibility
Unable to connect to remote server CMD how to return a responsibility

Time:09-17

This command can be normal used now can't before I can use the company computers in the computer can not now
Powershell (new - object system.net.webclient). Downloadfile (' http://www.xxx.com/xx.exe ', 'c: \ xx exe') after return to normal in the company before downloading to a later maintenance don't know what changed now to use this command is in such bosses know how this is shut down any how to open?

CodePudding user response:

1. The browser will download,
2. Whether the firewall release,

CodePudding user response:

reference 1/f, my great god reply: 666
1. The browser will download,
2. Whether the firewall,

The browser can directly download the firewall is shut down

CodePudding user response:

refer to the second floor weixin liangkuan response:
Quote: reference 1/f, my great god reply: 666
1. The browser will download,
2. Whether the firewall,

The browser can directly download the firewall is shut down
with CMD try the following Command, change the url path,
 PowerShell Command $ProgressPreference='silentlycontinue'; $file="d:/360 cse_11. 0.2251.0. Exe '; Invoke - WebRequest - uri "http://down.360safe.com/cse/360cse_11.0.2251.0.exe" - OutFile $file; Unblock - the File $File 

CodePudding user response:

However, it is powershell command

CodePudding user response:

Command line in this operation, learned,
You ping once you download the site first and see if I can ping
  • Related