zoukankan      html  css  js  c++  java
  • win命令行下载

    1.certutil

    downloader

    (1) 保存在当前路径,文件名称同URL

    eg:

    certutil.exe -urlcache -split -f https://raw.githubusercontent.com/3gstudent/test/master/version.txt

    (2) 保存在当前路径,指定保存文件名称

    eg:

    certutil.exe -urlcache -split -f https://raw.githubusercontent.com/3gstudent/test/master/version.txt file.txt

    (3) 保存在缓存目录,名称随机

    缓存目录位置: %USERPROFILE%AppDataLocalLowMicrosoftCryptnetUrlCacheContent

    eg:

    certutil.exe -urlcache -f https://raw.githubusercontent.com/3gstudent/test/master/version.txt

    (4) 支持保存二进制文件

    eg:

    certutil.exe -urlcache -split -f https://raw.githubusercontent.com/3gstudent/test/master/msg.dll

    2.bitsadmin 


    bitsadmin /TRANSFER /DOWNLOAD http://youweb/is.war D:\dfz-tomcat-7.0.62\webapps\is.war

    参考:

    https://www.cnblogs.com/lfoder/p/8241548.html

    https://mp.weixin.qq.com/s?__biz=MzUxOTYzMzU0NQ==&mid=2247483675&idx=1&sn=13cc49242df2b8cd7d08d4084af9621b&chksm=f9f7eefdce8067eba45e9fd4090f34703c2e101be06ae83dc7db53f24f343ab907545ab9d423&mpshare=1&scene=1&srcid=0303HU4JmValS8MhpbSblaRn#rd

  • 相关阅读:
    Dll版本管理
    线程池ThreadPool
    关于sitemesh和freemark在struts2中的一些问题总结
    Google 怎么搜索
    android 设计模式
    android webview
    ios 基础数据类型
    android 常用
    android Handler vs Timer
    网站
  • 原文地址:https://www.cnblogs.com/crac/p/8503472.html
Copyright © 2011-2022 走看看