windows命令行远程下载文件的三种方法

2021-06-08 02:01

阅读:611

标签:一个   html   地方   windows   执行   命令行   cmd   shell   cert   

 

方法一:

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"

windows命令行远程下载文件的三种方法

标签:一个   html   地方   windows   执行   命令行   cmd   shell   cert   

原文地址:https://www.cnblogs.com/cute-puli/p/14859208.html


评论


亲,登录后才可以留言!