1、
certutil.exe -urlcache -split -f https://1251671073/test.txt filename.txt
2、
$client = new-object System.Net.WebClient
$client.DownloadFile('https://com/20180401.csv','D:\shumeidata\filename.csv')
若不指定文件的目录或文件名,默认保存在当前路径下,文件名与url下载的文件名一样
1、
certutil.exe -urlcache -split -f https://1251671073/test.txt filename.txt
2、
$client = new-object System.Net.WebClient
$client.DownloadFile('https://com/20180401.csv','D:\shumeidata\filename.csv')
若不指定文件的目录或文件名,默认保存在当前路径下,文件名与url下载的文件名一样