开发者

How to download multiple files with a wildcard pattern using webclient DownloadFile?

How to download multiple files with a wildcard pattern using webclient DownloadFile? Like project* from https开发者_C百科://www.xyz.com.


You cannot iterate over the list of files from a URL as there is no way to 'retrieve a list of files' from an arbitrary URL. You could have the webserver create a JSON/XML result of all files and you could then parse that?

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜