C# 下载远程电脑文件
using System.Net;
WebClient c = new WebClient();
c.DownloadFile(@\\167.139.8.131\d$\1.txt",@"c:\\1.txt);
C#技术百科
问问你的心你有没有信心 做事情要专一坚定,执着 |
C# 下载远程电脑文件
using System.Net;
WebClient c = new WebClient();
c.DownloadFile(@\\167.139.8.131\d$\1.txt",@"c:\\1.txt);