Hi,
I am trying to access a remote network share from a C# program in asp.net. What I need is something like
function download(dirname) { file = (This is the part I don't know how to do) for file in directory: copyfile(file); }
Refer
System.Net.WebClient webClient = new System.Net.WebClient(); webClient.DownloadFile("http://www.server.com/abc.txt", "C:\\abc.txt");
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.