P
piyush mahajan
Hi
I am using webclient downloadfile method to download a file from server Like
using system.net;
WebClient web = new WebClient();
web.DownloadFile("webaddress/filename.txt", "E:\\");
for a while it works fine but now it gives error as
System.UnauthorizedAccessException: Access to the path 'E:\' is denied.
Help me
Thanks
Submitted via EggHeadCafe - Software Developer Portal of Choice
Build a Selected Text Favorites Utility for your Web Site
http://www.eggheadcafe.com/tutorial...c-86feb39cae83/build-a-selected-text-fav.aspx
I am using webclient downloadfile method to download a file from server Like
using system.net;
WebClient web = new WebClient();
web.DownloadFile("webaddress/filename.txt", "E:\\");
for a while it works fine but now it gives error as
System.UnauthorizedAccessException: Access to the path 'E:\' is denied.
Help me
Thanks
Submitted via EggHeadCafe - Software Developer Portal of Choice
Build a Selected Text Favorites Utility for your Web Site
http://www.eggheadcafe.com/tutorial...c-86feb39cae83/build-a-selected-text-fav.aspx