开发者

Software/Batch/Something that connects to web and downloads

开发者 https://www.devze.com 2023-01-02 13:14 出处:网络
does it exists a Software/Batch/Something for Windows OS that could access the web and download a file (like a xml) in a specified folder, recursively in time (like 1开发者_如何学Python time a day)?wg

does it exists a Software/Batch/Something for Windows OS that could access the web and download a file (like a xml) in a specified folder, recursively in time (like 1开发者_如何学Python time a day)?


wget


PowerShell:

PS Home:\> $wc = New-Object Net.WebClient
PS Home:\> $wc.DownloadFile( ... )

You can use the Task Scheduler to run it in specified intervals.


Curl


Yes, but you need to try and post any problems you run across. http://msdn.microsoft.com/en-us/library/system.web.httprequest.aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号