方法一:

certutil -urlcache -split -f http://xx.xx.xx.xx/test.zip c:\test.zip  (windows远程下载文件至本地,仅需要一个cmd执行的地方)

 

方法二:

curl http://xx.xx.xx.xx/test.zip -o c:\test.zip

  

方法三:

powershell -c "invoke-webrequest -uri http://xx.xx.xx.xx/test.zip -outfile test.zip"

相关文章:

  • 2021-11-26
  • 2022-01-23
  • 2021-12-21
  • 2021-06-13
  • 2022-03-01
  • 2021-11-07
  • 2022-02-08
  • 2022-12-23
猜你喜欢
  • 2022-02-07
  • 2022-12-23
  • 2021-12-15
  • 2021-08-05
  • 2022-02-10
  • 2021-07-03
相关资源
相似解决方案