I seem to remember reading the MSDN somewhere that there was another method to download files from URIs other than using the webclient object. Im trying to download some raw php files but every time I use the webclient object the server interprets them as an HTTP request and instead serves the default web page that the php file builds and not the php code itself.
Any suggestions?
Using .NET 2005
Any suggestions?
Using .NET 2005