My office computers are proxied and filezilla doesn't seem to work for me..... So i looked for a firefox addon FireFTP and that too didnt work under proxy.... Any ways to use a ftp client in my system which is proxied....

link|improve this question

Are you using filezilla in passive mode? If that doesn't work, I think you're SOL. Normal FTP needs to be able to accept an incoming connection for transfering data (e.g, the server opens a connection to your computer, not vice versa). – Fake Name Mar 12 '10 at 6:44
feedback

1 Answer

up vote 0 down vote accepted

There are two kinds of proxy for FTP.

The first is a native FTP proxy. This is very rare in my experience. The FTP proxy provides proxy network access at the FTP command level. If you are using this environment, then the FTP mode might matter.

The second is proxy of FTP over HTTP. A good way to think about it is to understand that browsers "HTTP" proxy is really a URL proxy over HTTP. So, in the case of ftp, the FTP URL is sent to the HTTP proxy over HTTP, and the file is returned inside an HTTP proxy response to the browser (which still transparently treats the data as an FTP transfer). In this environment, there is no proxy client (browser) FTP transfer mode, it delegates the request to the FTP module of the HTTP proxy.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.