R
Rui Oliveira
WebClient.DownloadFile
I am using the WebClient.DownloadFile function to download a file from
server to a local client.
When I execute the below code, file is created in server and not in client.
What am I doing wrong?
Tks.
Rui Oliveira
I am using the WebClient.DownloadFile function to download a file from
server to a local client.
When I execute the below code, file is created in server and not in client.
WebClient wc = new WebClient();
wc.DownloadFile(strFileFrom, strFileTo);
What am I doing wrong?
Tks.
Rui Oliveira