windows命令行远程下载文件的三种方法
2021-06-08 02:01
阅读:611
标签:一个 html 地方 windows 执行 命令行 cmd shell cert 方法一: 方法二: 方法三: windows命令行远程下载文件的三种方法 标签:一个 html 地方 windows 执行 命令行 cmd shell cert 原文地址:https://www.cnblogs.com/cute-puli/p/14859208.html
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命令行远程下载文件的三种方法
文章链接:http://soscw.com/index.php/essay/91999.html
文章标题:windows命令行远程下载文件的三种方法
文章链接:http://soscw.com/index.php/essay/91999.html
评论
亲,登录后才可以留言!