C#技术百科
问问你的心你有没有信心 做事情要专一坚定,执着

C# 下载远程电脑文件

using System.Net;

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

posted on 2010-07-27 22:25  王德田  阅读(484)  评论(0编辑  收藏  举报