62,268
社区成员
发帖
与我相关
我的任务
分享
System.IO.File.Copy(@"\\server\folder\file.zip", @"C:\file.zip");
using System.Net;
WebClient wc = new WebClient();
wc.DownloadFile("http://server/***.zip", "C:\\1.zip");
WebClient wc = new WebClient();
wc.DownloadFile("http://server/***.zip", "C:\\1.zip");