`

C# 下载远程电脑文件

阅读更多

C# 下载远程电脑文件

using System.Net;

WebClient c
= new WebClient();
c.DownloadFile(
@\\167.139.8.131\d$\1.txt",@"c:\\1.txt);

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics