new System.Net.WebClient().DownloadFile(serverPath, localPath);
有时候使用的时候,文件下载不下来。需要设置一下服务器上IIS的权限
或者需要设置一下
HTTP头 任意mime类型 .* application/octet-stream
new System.Net.WebClient().DownloadFile(serverPath, localPath);
有时候使用的时候,文件下载不下来。需要设置一下服务器上IIS的权限
或者需要设置一下
HTTP头 任意mime类型 .* application/octet-stream