Quantcast
Channel: FTP connection through Proxy: protocol violation but with FTP program it works
Browsing all 12 articles
Browse latest View live

FTP connection through Proxy: protocol violation but with FTP program it works

I subscribe the same problem told by Walter.Why Filezille works only with basic setting of proxy, but with dotnet and with API this semms like impossible?In many sites I found the solution to set...

View Article



FTP connection through Proxy: protocol violation but with FTP program it works

Hi all,I'm having the same problem, did you find an answer waltersenekal/billjam?

View Article

FTP connection through Proxy: protocol violation but with FTP program it works

Me too, same problem. The solution that ALan provided didn't work for me.

View Article

FTP connection through Proxy: protocol violation but with FTP program it works

HiI have the same problemI try to connect to a FTP server but I am behind a Proxy server.When I use filezilla and I specify the Proxy settings I can connect but if I remove my proxy settings I cant...

View Article

FTP connection through Proxy: protocol violation but with FTP program it works

No, I removed request.Proxy at all! That seems to be a problem. Now I've inserted  request.Proxy = newWebProxy();and now it works!!! Thank you very much again.  By the way, there's still a little...

View Article


FTP connection through Proxy: protocol violation but with FTP program it works

Looks like you left in the line:     request.Proxy = new WebProxy(proxyHost,proxyPort);Remove it.  That's only good for HTTP proxies (and ISA, or something...) 

View Article

Image may be NSFW.
Clik here to view.

FTP connection through Proxy: protocol violation but with FTP program it works

Thank you for your help. I've tried what you suggested... It seems to be the right direction, but it still doesn't work. I still get the same answer (protocol violation). I traced with wireshark again:...

View Article

FTP connection through Proxy: protocol violation but with FTP program it works

OK.  Therefore don't set the Proxy property of the FtpWebRequest object but instead just follow that and create behaviour.  So something likeCode SnippetFtpWebRequest request =...

View Article


FTP connection through Proxy: protocol violation but with FTP program it works

It's me again. I think it's an FTP proxy. I tried to log in over the ftp command line and it worked! ftp> open proxyhost proxyportConnected to proxyhost.220 ReadyUser (proxyhost: (none)):...

View Article


FTP connection through Proxy: protocol violation but with FTP program it works

Thank you for your help! I try to figure out what model of proxy it is... In the settings of the FTP program I configured as the type of proxy: "USER user@host"  (I choose this type from a list; in...

View Article

FTP connection through Proxy: protocol violation but with FTP program it works

When a HTTP Proxy is used with FTP, the client doesn't use FTP at all.  It just sends a HTTP request including the whole FTP URL and reads the download in the HTTP response.  Only the proxy uses the...

View Article

FTP connection through Proxy: protocol violation but with FTP program it works

Hi I'm trying to do an FTP connection in my code: Code SnippetFtpWebRequest request = (FtpWebRequest)WebRequest.Create(new Uri("ftp://10.20.10.10"));request.Credentials = new...

View Article
Browsing all 12 articles
Browse latest View live


Latest Images