Click here to Skip to main content
15,904,655 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
There is error in transfer file from one server to local.

Exception Details: System.Net.Web Exception: The remote server returned an error: (403) Forbidden.
Posted
Updated 4-Jul-12 22:33pm
v2

If the question would be something like
'What does the HTTP error code 403 mean?',
the answer can be found at http://en.wikipedia.org/wiki/HTTP_403[^].

However, this is not C++/C# related. Check your URL. The 403 error is often returned when requesting a directory listing (last character of URL is a slash '/') and listing is not allowed.
 
Share this answer
 
Please check permissions on target system/folder, it must have write permission
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900