C# 下载远程电脑文件 using System.Net;WebClient c = new WebClient();c.DownloadFile(@\\167.139.8.131\d$\1.txt",@"c:\\1.txt);