摘要:
局域网文件下载:public class RemoteDownload { public static void DownLoad(string addressUrl,string localName) { //下载文件 System.Net.WebClient myWebClient = new System.Net.WebClient(); myWebClient.DownloadFile(@"/10.2.0.254/software/01279.lic.txt", "testdownload.txt"); //下载end } }通过web方式,从远 阅读全文
posted @ 2011-05-27 14:07 愚见未来 阅读(2603) 评论(1) 推荐(0) 编辑