C# code to delete a file from FTP through Proxy

ihartjim

New Member
How do I get around this error \[code\]**The Requested FTP command is not supported when using HTTP Proxy** \[/code\]occur on the following code\[code\]ftpWebRequest.Method = WebRequestMethods.Ftp.DeleteFile. \[/code\]It is urgent. Can anyone give suggestions for this problem
 
Back
Top