Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i am developing a new windows application. In that i am try to downloading an exe file from the folder which canbe placed on the server.

while i am trying to download the file into my system i got an error message as "remote server error-404"

any idea regading this one.............
Posted

The error "remote server error-404" means that either the server address that you are using in order to download the exe does not exist Or the file being requested on that server does not exist.

Make sure the server path requested and the exe full path on server - both are there.
 
Share this answer
 
If you really want help, then you should show us your code, explain to use why you think the error message is not valid, etc.
 
Share this answer
 
hi,
i am trying this one through webclient......

webclient client=new webclient();
client.downloadfile(url,filepath);
 
Share this answer
 
when i place this code in the server and run this application i got a message as "remote server error 404-not return"

any idea regrading this.....
 
Share this answer
 

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