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....
feedback
|
|
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. | |||
|
feedback
|