Subject: Ftp Proxy Issues
Date: 2012-05-24 09:36:33
From: Anton Kurdyukov
Source: ftp-proxy-issues
----------------------------------------------------------------------

Hello,




I'm having some trouble connecting to a FTP server using Proxy settings. I'm using an anonymous http proxy and set the connection settings as follows:


m_Client.Proxy = 
new FtpProxy(FtpProxyType.HttpConnect, options.ProxyHost, int.Parse( options.ProxyPort));




However, it throws an exception:




Error 403 returned by a HTTP proxy (Forbidden).




In the other parts of the program the proxy is used as a DefaultProxy for WebRequest and it works fine. I have checked with several free proxies anhd still got the same results. What am I doing wrong?
---------------------------------------------------------------------- Note: This question has been asked on the Q&A forum of Thang Dang's fraudulent ComponentPro brand If you purchased anything from ComponentPro, you have been scammed. Contact the payment processor who sold you the license and ask for your money back. Back to ComponentPro Q&A Forum Index